(ersilia) sosa@Harmony2:~/labs$ ersilia -v fetch eos3nn9 --repo_path /home/sosa/labs/eos3nn9 09:35:31 | DEBUG | Repo path specified: /home/sosa/labs/eos3nn9 09:35:31 | DEBUG | Absolute path: /home/sosa/labs/eos3nn9 ⬇️ Fetching model eos3nn9: mpro-covid19 09:35:31 | DEBUG | Initialized with URL: None 09:35:31 | DEBUG | Starting fetching procedure 09:35:31 | DEBUG | Fetching in your system, not from DockerHub 09:35:31 | DEBUG | Model doesn't exist in your local, fetching it now 09:35:31 | DEBUG | Deciding fetcher (BentoML or FastAPI) 09:35:31 | DEBUG | Fetching using BentoML 09:35:31 | DEBUG | Checking if the model is installable with BentoML 09:35:31 | DEBUG | Starting fetching procedure 09:35:31 | INFO | GitHub CLI is not installed. Ersilia can work without it, but we highly recommend that you install this tool. 09:35:31 | DEBUG | Git LFS is installed Error: Failed to call git rev-parse --git-dir: exit status 128 Git LFS initialized. 09:35:31 | DEBUG | Git LFS has been activated 09:35:31 | DEBUG | Connected to the internet 09:35:31 | DEBUG | Conda is installed 09:35:31 | DEBUG | EOS Home path exists 09:35:31 | INFO | Starting delete of model eos3nn9 09:35:31 | INFO | Removing EOS folder /home/sosa/eos/dest/eos3nn9 09:35:31 | INFO | Removing bento folder first /home/sosa/bentoml/repository/eos3nn9/20240719091736_D26D46 09:35:31 | INFO | Removing bundle folder /home/sosa/eos/repository/eos3nn9 09:35:31 | DEBUG | Folder removed 09:35:31 | DEBUG | Attempting Bento delete 09:35:32 | INFO | Removing BentoML service eos3nn9:20240719091736_D26D46 09:35:32 | DEBUG | echo yes | bentoml delete eos3nn9:20240719091736_D26D46 Are you sure about delete eos3nn9:20240719091736_D26D46? This will delete the BentoService saved bundle files permanently [y/N]: BentoService eos3nn9:20240719091736_D26D46 deleted 09:35:34 | INFO | Deleting conda environment eos3nn9 Remove all packages in environment /home/sosa/miniconda3/envs/eos3nn9: Everything found within the environment (/home/sosa/miniconda3/envs/eos3nn9), including any conda environment configurations and any non-conda files, will be deleted. Do you wish to continue? (y/[n])? y 09:35:38 | DEBUG | Attempting temporary folder delete 09:35:38 | DEBUG | Attempting lake delete (local) 09:35:38 | DEBUG | Deleting /home/sosa/eos/isaura/lake/eos3nn9_local.h5 09:35:38 | DEBUG | Attempting lake delete (public) 09:35:38 | DEBUG | Deleting /home/sosa/eos/isaura/lake/eos3nn9_public.h5 09:35:38 | INFO | Removing docker images and stopping containers related to eos3nn9 Total reclaimed space: 0B 09:35:38 | DEBUG | Running docker images > /tmp/ersilia-xdm80vzh/docker-images.txt 09:35:38 | DEBUG | Model entry eos3nn9 was not available in the fetched models registry 09:35:38 | SUCCESS | Model eos3nn9 deleted successfully 09:35:38 | DEBUG | Getting repository 09:35:39 | DEBUG | Preparing inner template if necessary 09:35:39 | DEBUG | The pack.py file already exists 09:35:39 | DEBUG | The Dockerfile file already exists 09:35:39 | DEBUG | The src folder already exists 09:35:39 | DEBUG | Changing python version if necessary 09:35:39 | DEBUG | {'version': '0.11.0', 'slim': False, 'python': 'py37'} 09:35:39 | DEBUG | User is not root 09:35:39 | DEBUG | Copying example file if available 09:35:39 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/model/framework/examples/input.csv does not exist 09:35:39 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/model/framework/input.csv does not exist 09:35:39 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/model/framework/example.csv does not exist 09:35:39 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/example.csv does not exist 09:35:39 | DEBUG | Done getting model 09:35:39 | DEBUG | Check if model can be run with vanilla (system) code (i.e. dockerfile has no installs) 09:35:39 | DEBUG | Check bentoml and python version 09:35:39 | INFO | BentoML version {'version': '0.11.0', 'slim': False, 'python': 'py37'} 09:35:39 | DEBUG | Custom Ersilia BentoML is used, no need for modifying protobuf version 09:35:39 | DEBUG | Model needs some installs 09:35:39 | DEBUG | Checking if only python/conda install will be sufficient 09:35:39 | DEBUG | Mode: conda 09:35:39 | DEBUG | BentoML path exists! Removing it: /home/sosa/bentoml/repository/eos3nn9 09:35:39 | DEBUG | Attempting Bento delete 09:35:40 | DEBUG | Trying to remove path: /home/sosa/bentoml/repository/eos3nn9 09:35:40 | DEBUG | ...successfully 09:35:40 | DEBUG | Initializing conda packer 09:35:40 | DEBUG | Packing model with Conda 09:35:40 | DEBUG | Writing install commands 09:35:40 | DEBUG | Run commands: ['pip install rdkit', 'pip install pandas==1.1.3', 'pip install numpy==1.21.5', 'pip install scikit-learn==1.0.2'] 09:35:40 | DEBUG | Writing install commands in /home/sosa/eos/dest/eos3nn9/model_install_commands.sh 09:35:40 | DEBUG | Setting up 09:35:40 | DEBUG | Installs file /home/sosa/eos/dest/eos3nn9/model_install_commands.sh 09:35:40 | DEBUG | Conda environment eos3nn9 09:35:41 | DEBUG | Environment eos3nn9 does not exist 09:35:41 | INFO | Cloning base conda environment and adding model dependencies Source: /home/sosa/miniconda3/envs/eosbase-bentoml-0.11.0-py37 Destination: /home/sosa/miniconda3/envs/eos3nn9 Packages: 20 Files: 5888 Downloading and Extracting Packages: Downloading and Extracting Packages: Preparing transaction: done Verifying transaction: done Executing transaction: done # # To activate this environment, use # # $ conda activate eos3nn9 # # To deactivate an active environment, use # # $ conda deactivate 09:35:45 | DEBUG | Run commandlines on eos3nn9 09:35:45 | DEBUG | python -m pip --disable-pip-version-check install rdkit python -m pip --disable-pip-version-check install pandas==1.1.3 python -m pip --disable-pip-version-check install numpy==1.21.5 python -m pip --disable-pip-version-check install scikit-learn==1.0.2 python -m pip --disable-pip-version-check install git+https://github.com/ersilia-os/bentoml-ersilia.git 09:35:45 | DEBUG | Activating base environment 09:35:45 | DEBUG | Current working directory: /home/sosa/eos/dest/eos3nn9 09:35:45 | DEBUG | Running bash /tmp/ersilia-ezv7my98/script.sh 2>&1 | tee -a /tmp/ersilia-n5h61qdp/command_outputs.log Collecting rdkit Using cached rdkit-2023.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.5 MB) Collecting Pillow Using cached Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from rdkit) (1.21.6) Installing collected packages: Pillow, rdkit Successfully installed Pillow-9.5.0 rdkit-2023.3.2 Collecting pandas==1.1.3 Using cached pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl (9.5 MB) Requirement already satisfied: python-dateutil>=2.7.3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (2.9.0.post0) Collecting pytz>=2017.2 Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB) Requirement already satisfied: numpy>=1.15.4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (1.21.6) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil>=2.7.3->pandas==1.1.3) (1.16.0) Installing collected packages: pytz, pandas Successfully installed pandas-1.1.3 pytz-2024.1 Collecting numpy==1.21.5 Using cached numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 1.21.6 Uninstalling numpy-1.21.6: Successfully uninstalled numpy-1.21.6 Successfully installed numpy-1.21.5 Collecting scikit-learn==1.0.2 Using cached scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.8 MB) Requirement already satisfied: numpy>=1.14.6 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from scikit-learn==1.0.2) (1.21.5) Collecting scipy>=1.1.0 Using cached scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB) Collecting threadpoolctl>=2.0.0 Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Collecting joblib>=0.11 Using cached joblib-1.3.2-py3-none-any.whl (302 kB) Installing collected packages: threadpoolctl, scipy, joblib, scikit-learn Successfully installed joblib-1.3.2 scikit-learn-1.0.2 scipy-1.7.3 threadpoolctl-3.1.0 Collecting git+https://github.com/ersilia-os/bentoml-ersilia.git Cloning https://github.com/ersilia-os/bentoml-ersilia.git to /tmp/pip-req-build-hk_krbfh Running command git clone --filter=blob:none --quiet https://github.com/ersilia-os/bentoml-ersilia.git /tmp/pip-req-build-hk_krbfh Resolved https://github.com/ersilia-os/bentoml-ersilia.git to commit 34a26149d92b5dc4a09b6f51aaaa85b3d8116ae4 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: werkzeug in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.3) Requirement already satisfied: python-json-logger in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.7) Requirement already satisfied: protobuf<3.19,>=3.8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (3.18.3) Requirement already satisfied: docker in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.1.3) Requirement already satisfied: sqlalchemy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.31) Requirement already satisfied: multidict in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.5) Requirement already satisfied: boto3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.33.13) Requirement already satisfied: sqlalchemy-utils in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.41.2) Requirement already satisfied: requests in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.31.0) Requirement already satisfied: flask in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.5) Requirement already satisfied: humanfriendly in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (10.0) Requirement already satisfied: psutil in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.0) Requirement already satisfied: prometheus-client in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.17.1) Requirement already satisfied: chardet in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (5.2.0) Requirement already satisfied: tabulate in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.9.0) Requirement already satisfied: packaging in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (24.0) Requirement already satisfied: ruamel.yaml in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.18.6) Requirement already satisfied: cerberus in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.3.5) Requirement already satisfied: alembic in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.12.1) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.21.5) Requirement already satisfied: Mako in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (1.2.4) Requirement already satisfied: importlib-resources in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (5.12.0) Requirement already satisfied: importlib-metadata in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (6.7.0) Requirement already satisfied: typing-extensions>=4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (4.7.1) Requirement already satisfied: greenlet!=0.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from sqlalchemy->bentoml==0.11.0) (3.0.3) Requirement already satisfied: s3transfer<0.9.0,>=0.8.2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (0.8.2) Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.0.1) Requirement already satisfied: botocore<1.34.0,>=1.33.13 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.33.13) Requirement already satisfied: websocket-client>=0.32.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.6.1) Requirement already satisfied: urllib3>=1.26.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.26.19) Requirement already satisfied: idna<4,>=2.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.7) Requirement already satisfied: charset-normalizer<4,>=2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.3.2) Requirement already satisfied: certifi>=2017.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (2022.12.7) Requirement already satisfied: Jinja2>=3.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (3.1.4) Requirement already satisfied: itsdangerous>=2.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (2.1.2) Requirement already satisfied: click>=8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (8.1.7) Requirement already satisfied: MarkupSafe>=2.1.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from werkzeug->bentoml==0.11.0) (2.1.5) Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from ruamel.yaml->bentoml==0.11.0) (0.2.8) Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (2.9.0.post0) Requirement already satisfied: zipp>=0.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from importlib-metadata->alembic->bentoml==0.11.0) (3.15.0) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (1.16.0) 09:35:59 | DEBUG | Collecting rdkit Using cached rdkit-2023.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.5 MB) Collecting Pillow Using cached Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from rdkit) (1.21.6) Installing collected packages: Pillow, rdkit Successfully installed Pillow-9.5.0 rdkit-2023.3.2 Collecting pandas==1.1.3 Using cached pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl (9.5 MB) Requirement already satisfied: python-dateutil>=2.7.3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (2.9.0.post0) Collecting pytz>=2017.2 Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB) Requirement already satisfied: numpy>=1.15.4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (1.21.6) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil>=2.7.3->pandas==1.1.3) (1.16.0) Installing collected packages: pytz, pandas Successfully installed pandas-1.1.3 pytz-2024.1 Collecting numpy==1.21.5 Using cached numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 1.21.6 Uninstalling numpy-1.21.6: Successfully uninstalled numpy-1.21.6 Successfully installed numpy-1.21.5 Collecting scikit-learn==1.0.2 Using cached scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.8 MB) Requirement already satisfied: numpy>=1.14.6 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from scikit-learn==1.0.2) (1.21.5) Collecting scipy>=1.1.0 Using cached scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB) Collecting threadpoolctl>=2.0.0 Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Collecting joblib>=0.11 Using cached joblib-1.3.2-py3-none-any.whl (302 kB) Installing collected packages: threadpoolctl, scipy, joblib, scikit-learn Successfully installed joblib-1.3.2 scikit-learn-1.0.2 scipy-1.7.3 threadpoolctl-3.1.0 Collecting git+https://github.com/ersilia-os/bentoml-ersilia.git Cloning https://github.com/ersilia-os/bentoml-ersilia.git to /tmp/pip-req-build-hk_krbfh Running command git clone --filter=blob:none --quiet https://github.com/ersilia-os/bentoml-ersilia.git /tmp/pip-req-build-hk_krbfh Resolved https://github.com/ersilia-os/bentoml-ersilia.git to commit 34a26149d92b5dc4a09b6f51aaaa85b3d8116ae4 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: werkzeug in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.3) Requirement already satisfied: python-json-logger in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.7) Requirement already satisfied: protobuf<3.19,>=3.8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (3.18.3) Requirement already satisfied: docker in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.1.3) Requirement already satisfied: sqlalchemy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.31) Requirement already satisfied: multidict in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.5) Requirement already satisfied: boto3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.33.13) Requirement already satisfied: sqlalchemy-utils in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.41.2) Requirement already satisfied: requests in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.31.0) Requirement already satisfied: flask in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.5) Requirement already satisfied: humanfriendly in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (10.0) Requirement already satisfied: psutil in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.0) Requirement already satisfied: prometheus-client in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.17.1) Requirement already satisfied: chardet in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (5.2.0) Requirement already satisfied: tabulate in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.9.0) Requirement already satisfied: packaging in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (24.0) Requirement already satisfied: ruamel.yaml in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.18.6) Requirement already satisfied: cerberus in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.3.5) Requirement already satisfied: alembic in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.12.1) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.21.5) Requirement already satisfied: Mako in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (1.2.4) Requirement already satisfied: importlib-resources in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (5.12.0) Requirement already satisfied: importlib-metadata in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (6.7.0) Requirement already satisfied: typing-extensions>=4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (4.7.1) Requirement already satisfied: greenlet!=0.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from sqlalchemy->bentoml==0.11.0) (3.0.3) Requirement already satisfied: s3transfer<0.9.0,>=0.8.2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (0.8.2) Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.0.1) Requirement already satisfied: botocore<1.34.0,>=1.33.13 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.33.13) Requirement already satisfied: websocket-client>=0.32.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.6.1) Requirement already satisfied: urllib3>=1.26.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.26.19) Requirement already satisfied: idna<4,>=2.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.7) Requirement already satisfied: charset-normalizer<4,>=2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.3.2) Requirement already satisfied: certifi>=2017.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (2022.12.7) Requirement already satisfied: Jinja2>=3.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (3.1.4) Requirement already satisfied: itsdangerous>=2.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (2.1.2) Requirement already satisfied: click>=8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (8.1.7) Requirement already satisfied: MarkupSafe>=2.1.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from werkzeug->bentoml==0.11.0) (2.1.5) Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from ruamel.yaml->bentoml==0.11.0) (0.2.8) Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (2.9.0.post0) Requirement already satisfied: zipp>=0.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from importlib-metadata->alembic->bentoml==0.11.0) (3.15.0) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (1.16.0) 09:35:59 | DEBUG | Activation done 09:35:59 | DEBUG | Creating environment YAML file 09:35:59 | DEBUG | Storing Conda environment in the local environment database 09:35:59 | DEBUG | Done with the Conda setup 09:35:59 | DEBUG | Using environment eos3nn9 09:35:59 | DEBUG | Running command: python pack.py 09:35:59 | DEBUG | Run commandlines on eos3nn9 09:35:59 | DEBUG | python pack.py 09:36:00 | DEBUG | Activating base environment 09:36:00 | DEBUG | Current working directory: /home/sosa/eos/dest/eos3nn9 09:36:00 | DEBUG | Running bash /tmp/ersilia-3vwywmyj/script.sh 2>&1 | tee -a /tmp/ersilia-2x65154g/command_outputs.log [2024-07-19 09:36:01,643] INFO - BentoService bundle 'eos3nn9:20240719093600_DE573E' saved to: /home/sosa/bentoml/repository/eos3nn9/20240719093600_DE573E 09:36:01 | DEBUG | [2024-07-19 09:36:01,643] INFO - BentoService bundle 'eos3nn9:20240719093600_DE573E' saved to: /home/sosa/bentoml/repository/eos3nn9/20240719093600_DE573E 09:36:01 | DEBUG | Activation done 09:36:01 | DEBUG | Previous command successfully run inside eos3nn9 conda environment 09:36:01 | DEBUG | Now trying to establish symlinks 09:36:01 | DEBUG | BentoML location is /home/sosa/bentoml/repository/eos3nn9/20240719093600_DE573E 09:36:01 | DEBUG | Ersilia Bento location is /home/sosa/eos/repository/eos3nn9/20240719093600_DE573E 09:36:01 | DEBUG | Building symlinks between /home/sosa/eos/repository/eos3nn9/20240719093600_DE573E and /home/sosa/bentoml/repository/eos3nn9/20240719093600_DE573E 09:36:01 | DEBUG | Creating model symlink bundle artifacts > dest 09:36:01 | DEBUG | Creating model_install_commands.sh symlink dest <> bundle 09:36:01 | INFO | Could not create symbolic link from /home/sosa/eos/dest/eos3nn9/data.h5 to /home/sosa/eos/isaura/lake/eos3nn9_public.h5 09:36:01 | DEBUG | Run file found in framework: /home/sosa/eos/repository/eos3nn9/20240719093600_DE573E/eos3nn9/artifacts/framework/run.sh 09:36:01 | DEBUG | Run commandlines on eos3nn9 09:36:01 | DEBUG | which python > /tmp/ersilia-iprzd8s8/tmp.txt 09:36:01 | DEBUG | Activating base environment 09:36:01 | DEBUG | Current working directory: /home/sosa/labs 09:36:01 | DEBUG | Running bash /tmp/ersilia-sk_wqu6o/script.sh 2>&1 | tee -a /tmp/ersilia-mtbgj6i4/command_outputs.log 09:36:02 | DEBUG | 09:36:02 | DEBUG | Activation done 09:36:02 | DEBUG | Python executable: /home/sosa/miniconda3/envs/eos3nn9/bin/python 09:36:02 | DEBUG | Conda is needed 09:36:02 | DEBUG | Checking if model needs to be integrated to a tool 09:36:02 | DEBUG | Getting model card of eos3nn9 09:36:02 | DEBUG | Trying to get metadata from: /home/sosa/eos/dest/eos3nn9 09:36:02 | DEBUG | Card saved at /home/sosa/eos/dest/eos3nn9/card.json 09:36:02 | DEBUG | Saving slug mpro-covid19 09:36:02 | DEBUG | Checking that autoservice works 09:36:02 | DEBUG | Setting BentoML AutoService for eos3nn9 09:36:02 | DEBUG | No service class provided, deciding automatically 09:36:02 | DEBUG | No service class file exists in /home/sosa/eos/repository/eos3nn9/20240719093600_DE573E/service_class.txt 09:36:02 | DEBUG | Pack method is: bentoml 09:36:02 | DEBUG | Pack method is: bentoml 09:36:02 | DEBUG | Setting virtual environment at /home/sosa/eos/dest/eos3nn9 09:36:02 | DEBUG | Pack method is: bentoml 09:36:02 | DEBUG | Pack method is: bentoml 09:36:02 | DEBUG | Service class: conda 09:36:02 | DEBUG | Getting APIs from list file 09:36:02 | DEBUG | Getting APIs from BentoML 09:36:02 | DEBUG | Getting APIs from Bento 09:36:02 | DEBUG | Getting info from BentoML and storing in /tmp/ersilia-zvdbb1wq/information.json 09:36:04 | DEBUG | Info {'name': 'eos3nn9', 'version': '20240719093600_DE573E', 'created_at': '2024-07-19T16:36:01.350429Z', 'env': {'conda_env': 'name: bentoml-default-conda-env\nchannels:\n- defaults\ndependencies: []\n', 'python_version': '3.7.16', 'docker_base_image': 'bentoml/model-server:0.11.0-py37', 'pip_packages': ['bentoml==0.11.0']}, 'artifacts': [{'name': 'model', 'artifact_type': 'Artifact', 'metadata': {}}], 'apis': [{'name': 'run', 'input_type': 'JsonInput', 'docs': "BentoService inference API 'run', input: 'JsonInput', output: 'DefaultOutput'", 'output_config': {'cors': '*'}, 'output_type': 'DefaultOutput', 'mb_max_latency': 10000, 'mb_max_batch_size': 2000, 'batch': True}]} 09:36:04 | DEBUG | Initializing model for inferring its structure 09:36:04 | DEBUG | No status file exists 09:36:04 | DEBUG | Is fetched: False 09:36:04 | DEBUG | Schema not yet available 09:36:04 | DEBUG | Setting BentoML AutoService for eos3nn9 09:36:04 | DEBUG | No service class provided, deciding automatically 09:36:04 | DEBUG | Service class file exists in folder /home/sosa/eos/repository/eos3nn9/20240719093600_DE573E/service_class.txt 09:36:04 | DEBUG | Service class: conda 09:36:04 | DEBUG | Pack method is: bentoml 09:36:04 | INFO | Done with initialization! 09:36:04 | DEBUG | Model successfully initialized in sniffer 09:36:04 | DEBUG | No built-in example available. Generating a test one. 09:36:05 | DEBUG | Reading card from eos3nn9 09:36:05 | DEBUG | Reading shape from eos3nn9 09:36:05 | DEBUG | Input Shape: Single 09:36:05 | DEBUG | Input type is: compound 09:36:05 | DEBUG | Input shape is: Single 09:36:05 | DEBUG | Importing module: .types.compound 09:36:05 | DEBUG | Checking RDKIT and other requirements necessary for compound inputs 09:36:05 | DEBUG | InputShapeSingle shape: Single 09:36:05 | DEBUG | Inputs sampled: 2 09:36:05 | DEBUG | Sniffing model 09:36:05 | DEBUG | Getting model size 09:36:05 | DEBUG | Model size is 491.87324142456055 MB 09:36:05 | DEBUG | Serving model 09:36:05 | DEBUG | Cleaning processes before serving 09:36:05 | DEBUG | /home/sosa/eos/tmp/eos3nn9.pid 09:36:05 | DEBUG | Cleaning [62966] processes 09:36:05 | DEBUG | Cleaning temp dir 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-sa8gvpvh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-sa8gvpvh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9x9pktoi 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9x9pktoi 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-uwkmo6_m 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-uwkmo6_m 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-68xi2tta 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-68xi2tta 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-npcjkvzx 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-npcjkvzx 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8pbheah4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8pbheah4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kg7p3pqj 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kg7p3pqj 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-vw97lhmq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-vw97lhmq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-eysbstcb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-eysbstcb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-sk_wqu6o 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-57yf7gtw 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-lofvpv37 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-lofvpv37 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i5b6mzy4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i5b6mzy4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-iprzd8s8 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wud4lf9o 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wud4lf9o 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-6hpjkcmf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-6hpjkcmf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u4icdiu7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u4icdiu7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m0e429xr 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m0e429xr 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_5v_jd4a 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_5v_jd4a 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-zy5wtbhd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-zy5wtbhd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fftu1bwk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fftu1bwk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qic65gcs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qic65gcs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fbgdf6ek 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-du6wdkoz 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-du6wdkoz 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-2x65154g 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-reqiugqd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-reqiugqd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fhi4p4q5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fhi4p4q5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-s240gwcs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-s240gwcs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-5xqn_qld 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-5xqn_qld 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n2ub3gt0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n2ub3gt0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_xb7r0uc 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_xb7r0uc 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ggqjrsab 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ggqjrsab 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-az160dwa 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-az160dwa 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wmf4ac0d 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wmf4ac0d 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-uryzcufm 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-uryzcufm 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-5p5q7eub 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-5p5q7eub 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-62kde6vo 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-q89ajjza 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-q89ajjza 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wlz1pq_z 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wlz1pq_z 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-zvdbb1wq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-cmj6iw9e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-cmj6iw9e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-57g4f2el 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wmiaxt64 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wmiaxt64 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fbk99vam 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fbk99vam 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-mtbgj6i4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pp83heom 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pp83heom 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-srthf15k 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-srthf15k 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tss_z2j6 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tss_z2j6 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tm8qn4nh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tm8qn4nh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-uuwxfwde 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-uuwxfwde 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-7_7uxjx9 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-7_7uxjx9 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n7rji9zl 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n7rji9zl 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-smq3gppk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-smq3gppk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3sgtidmf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3sgtidmf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-5ttox4l2 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-5ttox4l2 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y6smifzf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y6smifzf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n_92eqw3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n_92eqw3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rnb56hpv 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rnb56hpv 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fl7yq3j5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fl7yq3j5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8mnssyhw 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8mnssyhw 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-shqofo16 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-shqofo16 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_b8h9ixh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kkdegbqm 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kkdegbqm 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-h3sqy7wl 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-h3sqy7wl 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ezv7my98 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ufvifbcn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ufvifbcn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ld3j49bx 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ld3j49bx 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-a3eo2p91 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-a3eo2p91 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-b9jahrhd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-b9jahrhd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-4fkknihg 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-4fkknihg 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-d7kvp6uy 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-d7kvp6uy 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bcj7k931 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bcj7k931 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_7t7d8uj 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_7t7d8uj 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jl9wea20 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jl9wea20 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xn51_enh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xn51_enh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tmlkfvwd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tmlkfvwd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pwt0b8at 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pwt0b8at 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-hz92s5qp 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-hz92s5qp 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bq8h2teb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bq8h2teb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n4u9vi71 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n4u9vi71 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kzdkh13v 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kzdkh13v 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8sagdbq3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8sagdbq3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xdm80vzh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pclojucf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pclojucf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3y7ukakq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3y7ukakq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jtsm6d0e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jtsm6d0e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xgz8ohw6 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xgz8ohw6 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_k27ux7f 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-uaj7gc2b 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ibxw9rt9 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ibxw9rt9 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-at901old 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ey2dclzi 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ey2dclzi 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-z3fz029a 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3kvyaa7h 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3kvyaa7h 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qjh3n7z4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qjh3n7z4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-e7xd698j 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-e7xd698j 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3z_1bi64 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3z_1bi64 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tt0edutq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-a59z_8mu 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-a59z_8mu 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-1it_43pf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-1it_43pf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ktus8irb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-dk57p67r 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-dk57p67r 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-61hl30vw 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-thf79uvh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-thf79uvh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-j0ugaeae 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-j0ugaeae 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-raje4pvn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-raje4pvn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-q2ie__bb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-q2ie__bb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kky_yr5f 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kky_yr5f 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u9zuorw7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u9zuorw7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_27_5qwe 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_27_5qwe 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9i305hpr 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9i305hpr 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-37ir9geb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-37ir9geb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-zzxdtyj3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-zzxdtyj3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-43wf75ll 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-43wf75ll 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-g5dtcqg1 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-g5dtcqg1 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-v3s5b2mp 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-v3s5b2mp 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-94rr06xk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-94rr06xk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jbkcfdej 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jbkcfdej 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8h3vxqeb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8h3vxqeb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-22t3qjyd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-22t3qjyd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-dif4czch 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-amnida34 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-amnida34 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fmyygqee 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fmyygqee 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-p0m67c4_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-p0m67c4_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3vwywmyj 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-re1nxos3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-re1nxos3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kap00w6n 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kap00w6n 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tzh_kqy_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tzh_kqy_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-0sl39e6w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-0sl39e6w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u2pkuq73 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u2pkuq73 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y8oinm_w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y8oinm_w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9h5yw02_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9h5yw02_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-lrsb7eks 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-lrsb7eks 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_c8_k0cz 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_c8_k0cz 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-l9r5an5f 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-l9r5an5f 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-0fq41r6z 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-0fq41r6z 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-gj0mydld 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-gj0mydld 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bfyagtd0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bfyagtd0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-mlvqu497 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-mlvqu497 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m2jhhe_w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m2jhhe_w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9rrspckc 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9rrspckc 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i71chwfo 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i71chwfo 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tfaubaqs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tfaubaqs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-f_gz3kfg 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xa_nj118 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xa_nj118 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i727bowk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i727bowk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-08oy24n_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-08oy24n_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i9c3qen4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i9c3qen4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qc2urys4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qc2urys4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-oeh07pub 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-oeh07pub 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-j3ve1s_w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-j3ve1s_w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-e5h_pqry 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-e5h_pqry 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-azv8539l 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-azv8539l 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rkrrvbfx 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rkrrvbfx 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_gu6_yup 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_gu6_yup 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-b1iezl7e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-b1iezl7e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-t813exhn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-t813exhn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-t8a58cav 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-t8a58cav 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qoxfo768 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qoxfo768 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-o9byuxfn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-o9byuxfn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-b6i1_jr1 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-b6i1_jr1 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-mtm0s5eq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-mtm0s5eq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bdf8o17v 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bdf8o17v 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8kgaickp 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pp3d585i 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-iyqazsvk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-iyqazsvk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i7ismm2y 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i7ismm2y 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-6l8ws5z5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-6l8ws5z5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m_mgr0z7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m_mgr0z7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-il0t5q00 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-w9z_jd3b 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-w9z_jd3b 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m8jn611e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m8jn611e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ezvn9j0e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ezvn9j0e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-sqkrhlko 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-sqkrhlko 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-c5c87e3i 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-c5c87e3i 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-f4tl90rs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-f4tl90rs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-vtpu_445 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-vtpu_445 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-vi_yvhrv 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m29x59f7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m29x59f7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-c78yksia 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-c78yksia 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-hugenzgu 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-hugenzgu 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rqawqx2m 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rqawqx2m 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xnkvlsnd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xnkvlsnd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-z91i6580 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-z91i6580 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-v3oy55u3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-v3oy55u3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-eg_emjog 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-eg_emjog 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-lnbiga2p 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pe2bra6b 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pe2bra6b 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kimyuvqn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kimyuvqn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n5h61qdp 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-cpv8w9kw 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-cpv8w9kw 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3dmafxlh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3dmafxlh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-o1_gd1c4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-o1_gd1c4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8nd5vka0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8nd5vka0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kauejzub 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kauejzub 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xorc1drd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-damipced 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-damipced 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-k1xzhti8 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-s39mnvgi 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-s39mnvgi 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u06tnsag 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u06tnsag 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jqrdts_p 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jqrdts_p 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jv2icx6u 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jv2icx6u 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-2ae_17ey 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-2ae_17ey 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-yd7i5_kb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-yd7i5_kb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-272w7_n4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-272w7_n4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-zzx6fwd4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-zzx6fwd4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-buoqm51q 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-buoqm51q 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bkrtw_01 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y2k2uef5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y2k2uef5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qanvtleq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qanvtleq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-80z_0q3o 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-80z_0q3o 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-h9uxy83r 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-7jijksvj 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-7jijksvj 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-cjf9aunz 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-cjf9aunz 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-im1mxjjd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-im1mxjjd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-4n_g4v88 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-4n_g4v88 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-a3w4j90f 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-a3w4j90f 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-2zmriy9i 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-2zmriy9i 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-msmzwfld 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-msmzwfld 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-im7gdqd0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-im7gdqd0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jxdtqsww 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jxdtqsww 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rdoofqhn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rdoofqhn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-s7d15o_4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-s7d15o_4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ej_kmxif 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ej_kmxif 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jn0vxbfa 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-4ayh3he8 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-4ayh3he8 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y9yif0it 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y9yif0it 09:36:05 | DEBUG | Cleaning temp dir 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-sa8gvpvh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-sa8gvpvh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9x9pktoi 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9x9pktoi 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-uwkmo6_m 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-uwkmo6_m 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-68xi2tta 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-68xi2tta 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-npcjkvzx 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-npcjkvzx 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8pbheah4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8pbheah4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kg7p3pqj 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kg7p3pqj 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-vw97lhmq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-vw97lhmq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-eysbstcb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-eysbstcb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-lofvpv37 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-lofvpv37 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i5b6mzy4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i5b6mzy4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wud4lf9o 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wud4lf9o 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-6hpjkcmf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-6hpjkcmf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u4icdiu7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u4icdiu7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m0e429xr 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m0e429xr 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_5v_jd4a 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_5v_jd4a 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-zy5wtbhd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-zy5wtbhd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fftu1bwk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fftu1bwk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qic65gcs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qic65gcs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-du6wdkoz 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-du6wdkoz 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-reqiugqd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-reqiugqd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fhi4p4q5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fhi4p4q5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-s240gwcs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-s240gwcs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-5xqn_qld 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-5xqn_qld 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n2ub3gt0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n2ub3gt0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_xb7r0uc 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_xb7r0uc 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ggqjrsab 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ggqjrsab 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-az160dwa 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-az160dwa 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wmf4ac0d 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wmf4ac0d 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-uryzcufm 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-uryzcufm 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-5p5q7eub 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-5p5q7eub 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-q89ajjza 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-q89ajjza 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wlz1pq_z 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wlz1pq_z 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-cmj6iw9e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-cmj6iw9e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-wmiaxt64 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-wmiaxt64 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fbk99vam 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fbk99vam 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pp83heom 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pp83heom 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-srthf15k 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-srthf15k 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tss_z2j6 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tss_z2j6 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tm8qn4nh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tm8qn4nh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-uuwxfwde 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-uuwxfwde 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-7_7uxjx9 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-7_7uxjx9 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n7rji9zl 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n7rji9zl 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-smq3gppk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-smq3gppk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3sgtidmf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3sgtidmf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-5ttox4l2 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-5ttox4l2 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y6smifzf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y6smifzf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n_92eqw3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n_92eqw3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rnb56hpv 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rnb56hpv 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fl7yq3j5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fl7yq3j5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8mnssyhw 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8mnssyhw 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-shqofo16 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-shqofo16 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kkdegbqm 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kkdegbqm 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-h3sqy7wl 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-h3sqy7wl 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ufvifbcn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ufvifbcn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ld3j49bx 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ld3j49bx 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-a3eo2p91 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-a3eo2p91 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-b9jahrhd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-b9jahrhd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-4fkknihg 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-4fkknihg 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-d7kvp6uy 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-d7kvp6uy 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bcj7k931 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bcj7k931 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_7t7d8uj 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_7t7d8uj 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jl9wea20 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jl9wea20 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xn51_enh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xn51_enh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tmlkfvwd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tmlkfvwd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pwt0b8at 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pwt0b8at 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-hz92s5qp 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-hz92s5qp 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bq8h2teb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bq8h2teb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-n4u9vi71 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-n4u9vi71 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kzdkh13v 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kzdkh13v 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8sagdbq3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8sagdbq3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pclojucf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pclojucf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3y7ukakq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3y7ukakq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jtsm6d0e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jtsm6d0e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xgz8ohw6 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xgz8ohw6 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ibxw9rt9 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ibxw9rt9 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ey2dclzi 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ey2dclzi 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3kvyaa7h 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3kvyaa7h 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qjh3n7z4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qjh3n7z4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-e7xd698j 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-e7xd698j 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3z_1bi64 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3z_1bi64 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-a59z_8mu 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-a59z_8mu 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-1it_43pf 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-1it_43pf 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-dk57p67r 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-dk57p67r 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-thf79uvh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-thf79uvh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-j0ugaeae 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-j0ugaeae 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-raje4pvn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-raje4pvn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-q2ie__bb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-q2ie__bb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kky_yr5f 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kky_yr5f 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u9zuorw7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u9zuorw7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_27_5qwe 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_27_5qwe 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9i305hpr 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9i305hpr 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-37ir9geb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-37ir9geb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-zzxdtyj3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-zzxdtyj3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-43wf75ll 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-43wf75ll 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-g5dtcqg1 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-g5dtcqg1 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-v3s5b2mp 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-v3s5b2mp 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-94rr06xk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-94rr06xk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jbkcfdej 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jbkcfdej 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8h3vxqeb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8h3vxqeb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-22t3qjyd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-22t3qjyd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-amnida34 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-amnida34 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-fmyygqee 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-fmyygqee 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-p0m67c4_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-p0m67c4_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-re1nxos3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-re1nxos3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kap00w6n 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kap00w6n 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tzh_kqy_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tzh_kqy_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-0sl39e6w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-0sl39e6w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u2pkuq73 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u2pkuq73 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y8oinm_w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y8oinm_w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9h5yw02_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9h5yw02_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-lrsb7eks 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-lrsb7eks 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_c8_k0cz 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_c8_k0cz 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-l9r5an5f 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-l9r5an5f 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-0fq41r6z 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-0fq41r6z 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-gj0mydld 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-gj0mydld 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bfyagtd0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bfyagtd0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-mlvqu497 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-mlvqu497 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m2jhhe_w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m2jhhe_w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-9rrspckc 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-9rrspckc 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i71chwfo 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i71chwfo 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-tfaubaqs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-tfaubaqs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xa_nj118 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xa_nj118 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i727bowk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i727bowk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-08oy24n_ 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-08oy24n_ 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i9c3qen4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i9c3qen4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qc2urys4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qc2urys4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-oeh07pub 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-oeh07pub 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-j3ve1s_w 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-j3ve1s_w 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-e5h_pqry 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-e5h_pqry 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-azv8539l 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-azv8539l 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rkrrvbfx 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rkrrvbfx 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-_gu6_yup 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-_gu6_yup 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-b1iezl7e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-b1iezl7e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-t813exhn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-t813exhn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-t8a58cav 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-t8a58cav 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qoxfo768 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qoxfo768 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-o9byuxfn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-o9byuxfn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-b6i1_jr1 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-b6i1_jr1 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-mtm0s5eq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-mtm0s5eq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-bdf8o17v 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-bdf8o17v 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-iyqazsvk 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-iyqazsvk 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-i7ismm2y 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-i7ismm2y 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-6l8ws5z5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-6l8ws5z5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m_mgr0z7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m_mgr0z7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-w9z_jd3b 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-w9z_jd3b 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m8jn611e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m8jn611e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ezvn9j0e 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ezvn9j0e 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-sqkrhlko 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-sqkrhlko 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-c5c87e3i 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-c5c87e3i 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-f4tl90rs 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-f4tl90rs 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-vtpu_445 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-vtpu_445 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-m29x59f7 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-m29x59f7 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-c78yksia 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-c78yksia 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-hugenzgu 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-hugenzgu 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rqawqx2m 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rqawqx2m 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-xnkvlsnd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-xnkvlsnd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-z91i6580 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-z91i6580 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-v3oy55u3 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-v3oy55u3 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-eg_emjog 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-eg_emjog 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-pe2bra6b 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-pe2bra6b 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kimyuvqn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kimyuvqn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-cpv8w9kw 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-cpv8w9kw 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-3dmafxlh 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-3dmafxlh 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-o1_gd1c4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-o1_gd1c4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-8nd5vka0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-8nd5vka0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-kauejzub 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-kauejzub 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-damipced 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-damipced 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-s39mnvgi 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-s39mnvgi 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-u06tnsag 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-u06tnsag 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jqrdts_p 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jqrdts_p 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jv2icx6u 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jv2icx6u 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-2ae_17ey 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-2ae_17ey 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-yd7i5_kb 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-yd7i5_kb 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-272w7_n4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-272w7_n4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-zzx6fwd4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-zzx6fwd4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-buoqm51q 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-buoqm51q 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y2k2uef5 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y2k2uef5 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-qanvtleq 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-qanvtleq 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-80z_0q3o 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-80z_0q3o 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-7jijksvj 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-7jijksvj 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-cjf9aunz 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-cjf9aunz 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-im1mxjjd 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-im1mxjjd 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-4n_g4v88 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-4n_g4v88 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-a3w4j90f 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-a3w4j90f 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-2zmriy9i 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-2zmriy9i 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-msmzwfld 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-msmzwfld 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-im7gdqd0 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-im7gdqd0 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-jxdtqsww 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-jxdtqsww 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-rdoofqhn 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-rdoofqhn 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-s7d15o_4 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-s7d15o_4 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-ej_kmxif 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-ej_kmxif 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-4ayh3he8 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-4ayh3he8 09:36:05 | DEBUG | Flushing temporary directory /tmp/ersilia-y9yif0it 09:36:05 | WARNING | Could not remove temporary directory /tmp/ersilia-y9yif0it 09:36:05 | DEBUG | Silencing docker containers if necessary 09:36:05 | DEBUG | It is not inside docker 09:36:05 | DEBUG | Trying to serve model with BentoML locally 09:36:05 | WARNING | Port None was already in use. Using 55485 instead 09:36:05 | DEBUG | Free port: 55485 09:36:05 | DEBUG | Writing on /tmp/ersilia-gaq6s8nl/serve.sh 09:36:05 | DEBUG | #!/bin/bash 09:36:05 | DEBUG | bentoml serve eos3nn9:20240719093600_DE573E --port 55485 &> /tmp/ersilia-gaq6s8nl/serve.log & 09:36:05 | DEBUG | _pid=$! 09:36:05 | DEBUG | echo "$_pid" > /tmp/ersilia-gaq6s8nl/serve.pid 09:36:05 | DEBUG | Run command function available 09:36:05 | DEBUG | Running on conda environment eos3nn9 09:36:05 | DEBUG | Run commandlines on eos3nn9 09:36:05 | DEBUG | bash /tmp/ersilia-gaq6s8nl/serve.sh 09:36:05 | DEBUG | Activating base environment 09:36:05 | DEBUG | Current working directory: /home/sosa/labs 09:36:05 | DEBUG | Running bash /tmp/ersilia-f7qgezsm/script.sh 2>&1 | tee -a /tmp/ersilia-4wxefscd/command_outputs.log 09:36:05 | DEBUG | 09:36:05 | DEBUG | Activation done 09:36:05 | DEBUG | Process id: 65491 09:36:05 | DEBUG | Trying to wake up. Iteration: 0 09:36:05 | DEBUG | Timeout: 1000 Sleep time: 1 09:36:05 | DEBUG | Temporary file available: /tmp/ersilia-gaq6s8nl/serve.log 09:36:05 | DEBUG | No error strings found in temporary file 09:36:05 | DEBUG | Waiting for server 09:36:06 | DEBUG | Trying to wake up. Iteration: 1 09:36:06 | DEBUG | Timeout: 1000 Sleep time: 1 09:36:06 | DEBUG | Temporary file available: /tmp/ersilia-gaq6s8nl/serve.log 09:36:06 | DEBUG | No error strings found in temporary file 09:36:06 | DEBUG | Server logging done 09:36:07 | DEBUG | Trying to wake up. Iteration: 2 09:36:07 | DEBUG | Timeout: 1000 Sleep time: 1 09:36:07 | DEBUG | Temporary file available: /tmp/ersilia-gaq6s8nl/serve.log 09:36:07 | DEBUG | No error strings found in temporary file 09:36:07 | DEBUG | Server is ready. Trying to get URL 09:36:07 | DEBUG | URL found: http://127.0.0.1:55485 09:36:07 | DEBUG | Iterating over APIs 09:36:07 | DEBUG | Output type is Float 09:36:07 | DEBUG | This is the schema numeric_array 09:36:07 | DEBUG | Getting schema for API run... 09:36:07 | DEBUG | Running API: run 09:36:07 | DEBUG | ['CC1C2C(CC3(C=CC(=O)C(=C3C2OC1=O)C)C)O', 'C1=CN=CC=C1C(=O)NN'] 09:36:07 | DEBUG | API: run 09:36:07 | DEBUG | MODEL ID: eos3nn9 09:36:07 | DEBUG | SERVICE URL: http://127.0.0.1:55485 09:36:08 | DEBUG | Reading card from eos3nn9 09:36:08 | DEBUG | Reading shape from eos3nn9 09:36:08 | DEBUG | Input Shape: Single 09:36:08 | DEBUG | Input type is: compound 09:36:08 | DEBUG | Input shape is: Single 09:36:08 | DEBUG | Importing module: .types.compound 09:36:08 | DEBUG | Checking RDKIT and other requirements necessary for compound inputs 09:36:08 | DEBUG | InputShapeSingle shape: Single 🚨🚨🚨 Something went wrong with Ersilia 🚨🚨🚨 Error message: join() argument must be str, bytes, or os.PathLike object, not 'NoneType' If this error message is not helpful, open an issue at: - https://github.com/ersilia-os/ersilia Or feel free to reach out to us at: - hello[at]ersilia.io If you haven't, try to run your command in verbose mode (-v in the CLI) - You will find the console log file in: /home/sosa/eos/current.log (ersilia) sosa@Harmony2:~/labs$ cd - /home/sosa/labs/eos3nn9/model/framework (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ ls Miniconda3-latest-Linux-x86_64.sh PaDEL-Descriptor run.sh sample_input_tab.txt Miniconda3-latest-Linux-x86_64.sh.1 README.md sample_input.txt Miniconda3-latest-Linux-x86_64.sh.2 code sample_input_one.txt (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ ls .. checkpoints framework tmp (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ ls ../.. Dockerfile LICENSE metadata.json mock.txt pack.py src DockerfileBackup README.md metadata_backup.json model saving_changes.txt (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ vi code/main.py (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ rmdir ../tmp/ (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ vi code/main.py (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$ ersilia -v fetch eos3nn9 --repo_path /home/sosa/labs/eos3nn9 09:49:41 | DEBUG | Repo path specified: /home/sosa/labs/eos3nn9 09:49:41 | DEBUG | Absolute path: /home/sosa/labs/eos3nn9 ⬇️ Fetching model eos3nn9: mpro-covid19 09:49:41 | DEBUG | Initialized with URL: None 09:49:41 | DEBUG | Starting fetching procedure 09:49:41 | DEBUG | Fetching in your system, not from DockerHub 09:49:41 | DEBUG | Model doesn't exist in your local, fetching it now 09:49:41 | DEBUG | Deciding fetcher (BentoML or FastAPI) 09:49:41 | DEBUG | Fetching using BentoML 09:49:41 | DEBUG | Checking if the model is installable with BentoML 09:49:41 | DEBUG | Starting fetching procedure 09:49:41 | INFO | GitHub CLI is not installed. Ersilia can work without it, but we highly recommend that you install this tool. 09:49:41 | DEBUG | Git LFS is installed Hook already exists: pre-push #!/bin/sh command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; } git lfs pre-push "$@" To resolve this, either: 1: run `git lfs update --manual` for instructions on how to merge hooks. 2: run `git lfs update --force` to overwrite your hook. 09:49:41 | DEBUG | Git LFS has been activated 09:49:42 | DEBUG | Connected to the internet 09:49:42 | DEBUG | Conda is installed 09:49:42 | DEBUG | EOS Home path exists 09:49:42 | INFO | Starting delete of model eos3nn9 09:49:42 | INFO | Removing EOS folder /home/sosa/eos/dest/eos3nn9 09:49:42 | INFO | Removing bento folder first /home/sosa/bentoml/repository/eos3nn9/20240719093600_DE573E 09:49:42 | INFO | Removing bundle folder /home/sosa/eos/repository/eos3nn9 09:49:42 | DEBUG | Folder removed 09:49:42 | DEBUG | Attempting Bento delete 09:49:44 | INFO | Removing BentoML service eos3nn9:20240719093600_DE573E 09:49:44 | DEBUG | echo yes | bentoml delete eos3nn9:20240719093600_DE573E Are you sure about delete eos3nn9:20240719093600_DE573E? This will delete the BentoService saved bundle files permanently [y/N]: BentoService eos3nn9:20240719093600_DE573E deleted 09:49:45 | INFO | Deleting conda environment eos3nn9 Remove all packages in environment /home/sosa/miniconda3/envs/eos3nn9: Everything found within the environment (/home/sosa/miniconda3/envs/eos3nn9), including any conda environment configurations and any non-conda files, will be deleted. Do you wish to continue? (y/[n])? y 09:49:52 | DEBUG | Attempting temporary folder delete 09:49:52 | DEBUG | Attempting lake delete (local) 09:49:52 | DEBUG | Deleting /home/sosa/eos/isaura/lake/eos3nn9_local.h5 09:49:52 | DEBUG | Attempting lake delete (public) 09:49:52 | DEBUG | Deleting /home/sosa/eos/isaura/lake/eos3nn9_public.h5 09:49:52 | INFO | Removing docker images and stopping containers related to eos3nn9 Total reclaimed space: 0B 09:49:52 | DEBUG | Running docker images > /tmp/ersilia-q_pwb2em/docker-images.txt 09:49:52 | DEBUG | Model entry eos3nn9 was not available in the fetched models registry 09:49:52 | SUCCESS | Model eos3nn9 deleted successfully 09:49:52 | DEBUG | Getting repository 09:49:54 | DEBUG | Preparing inner template if necessary 09:49:54 | DEBUG | The pack.py file already exists 09:49:54 | DEBUG | The Dockerfile file already exists 09:49:54 | DEBUG | The src folder already exists 09:49:54 | DEBUG | Changing python version if necessary 09:49:54 | DEBUG | {'version': '0.11.0', 'slim': False, 'python': 'py37'} 09:49:54 | DEBUG | User is not root 09:49:54 | DEBUG | Copying example file if available 09:49:54 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/model/framework/examples/input.csv does not exist 09:49:54 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/model/framework/input.csv does not exist 09:49:54 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/model/framework/example.csv does not exist 09:49:54 | DEBUG | Example file /home/sosa/eos/dest/eos3nn9/example.csv does not exist 09:49:54 | DEBUG | Done getting model 09:49:54 | DEBUG | Check if model can be run with vanilla (system) code (i.e. dockerfile has no installs) 09:49:54 | DEBUG | Check bentoml and python version 09:49:54 | INFO | BentoML version {'version': '0.11.0', 'slim': False, 'python': 'py37'} 09:49:54 | DEBUG | Custom Ersilia BentoML is used, no need for modifying protobuf version 09:49:54 | DEBUG | Model needs some installs 09:49:54 | DEBUG | Checking if only python/conda install will be sufficient 09:49:54 | DEBUG | Mode: conda 09:49:54 | DEBUG | BentoML path exists! Removing it: /home/sosa/bentoml/repository/eos3nn9 09:49:54 | DEBUG | Attempting Bento delete 09:49:55 | DEBUG | Trying to remove path: /home/sosa/bentoml/repository/eos3nn9 09:49:55 | DEBUG | ...successfully 09:49:55 | DEBUG | Initializing conda packer 09:49:55 | DEBUG | Packing model with Conda 09:49:55 | DEBUG | Writing install commands 09:49:55 | DEBUG | Run commands: ['pip install rdkit', 'pip install pandas==1.1.3', 'pip install numpy==1.21.5', 'pip install scikit-learn==1.0.2'] 09:49:55 | DEBUG | Writing install commands in /home/sosa/eos/dest/eos3nn9/model_install_commands.sh 09:49:55 | DEBUG | Setting up 09:49:55 | DEBUG | Installs file /home/sosa/eos/dest/eos3nn9/model_install_commands.sh 09:49:55 | DEBUG | Conda environment eos3nn9 09:49:56 | DEBUG | Environment eos3nn9 does not exist 09:49:56 | INFO | Cloning base conda environment and adding model dependencies Source: /home/sosa/miniconda3/envs/eosbase-bentoml-0.11.0-py37 Destination: /home/sosa/miniconda3/envs/eos3nn9 Packages: 20 Files: 5888 Downloading and Extracting Packages: Downloading and Extracting Packages: Preparing transaction: done Verifying transaction: done Executing transaction: done # # To activate this environment, use # # $ conda activate eos3nn9 # # To deactivate an active environment, use # # $ conda deactivate 09:50:04 | DEBUG | Run commandlines on eos3nn9 09:50:04 | DEBUG | python -m pip --disable-pip-version-check install rdkit python -m pip --disable-pip-version-check install pandas==1.1.3 python -m pip --disable-pip-version-check install numpy==1.21.5 python -m pip --disable-pip-version-check install scikit-learn==1.0.2 python -m pip --disable-pip-version-check install git+https://github.com/ersilia-os/bentoml-ersilia.git 09:50:04 | DEBUG | Activating base environment 09:50:04 | DEBUG | Current working directory: /home/sosa/eos/dest/eos3nn9 09:50:04 | DEBUG | Running bash /tmp/ersilia-4gwg62gs/script.sh 2>&1 | tee -a /tmp/ersilia-kgmhcd4i/command_outputs.log Collecting rdkit Using cached rdkit-2023.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.5 MB) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from rdkit) (1.21.6) Collecting Pillow Using cached Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB) Installing collected packages: Pillow, rdkit Successfully installed Pillow-9.5.0 rdkit-2023.3.2 Collecting pandas==1.1.3 Using cached pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl (9.5 MB) Collecting pytz>=2017.2 Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB) Requirement already satisfied: numpy>=1.15.4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (1.21.6) Requirement already satisfied: python-dateutil>=2.7.3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (2.9.0.post0) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil>=2.7.3->pandas==1.1.3) (1.16.0) Installing collected packages: pytz, pandas Successfully installed pandas-1.1.3 pytz-2024.1 Collecting numpy==1.21.5 Using cached numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 1.21.6 Uninstalling numpy-1.21.6: Successfully uninstalled numpy-1.21.6 Successfully installed numpy-1.21.5 Collecting scikit-learn==1.0.2 Using cached scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.8 MB) Requirement already satisfied: numpy>=1.14.6 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from scikit-learn==1.0.2) (1.21.5) Collecting joblib>=0.11 Using cached joblib-1.3.2-py3-none-any.whl (302 kB) Collecting scipy>=1.1.0 Using cached scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB) Collecting threadpoolctl>=2.0.0 Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Installing collected packages: threadpoolctl, scipy, joblib, scikit-learn Successfully installed joblib-1.3.2 scikit-learn-1.0.2 scipy-1.7.3 threadpoolctl-3.1.0 Collecting git+https://github.com/ersilia-os/bentoml-ersilia.git Cloning https://github.com/ersilia-os/bentoml-ersilia.git to /tmp/pip-req-build-z0v10rtr Running command git clone --filter=blob:none --quiet https://github.com/ersilia-os/bentoml-ersilia.git /tmp/pip-req-build-z0v10rtr Resolved https://github.com/ersilia-os/bentoml-ersilia.git to commit 34a26149d92b5dc4a09b6f51aaaa85b3d8116ae4 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: protobuf<3.19,>=3.8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (3.18.3) Requirement already satisfied: prometheus-client in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.17.1) Requirement already satisfied: boto3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.33.13) Requirement already satisfied: multidict in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.5) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.21.5) Requirement already satisfied: chardet in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (5.2.0) Requirement already satisfied: flask in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.5) Requirement already satisfied: docker in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.1.3) Requirement already satisfied: requests in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.31.0) Requirement already satisfied: cerberus in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.3.5) Requirement already satisfied: packaging in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (24.0) Requirement already satisfied: humanfriendly in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (10.0) Requirement already satisfied: python-json-logger in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.7) Requirement already satisfied: werkzeug in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.3) Requirement already satisfied: psutil in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.0) Requirement already satisfied: tabulate in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.9.0) Requirement already satisfied: sqlalchemy-utils in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.41.2) Requirement already satisfied: sqlalchemy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.31) Requirement already satisfied: ruamel.yaml in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.18.6) Requirement already satisfied: alembic in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.12.1) Requirement already satisfied: typing-extensions>=4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (4.7.1) Requirement already satisfied: importlib-metadata in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (6.7.0) Requirement already satisfied: importlib-resources in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (5.12.0) Requirement already satisfied: Mako in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (1.2.4) Requirement already satisfied: greenlet!=0.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from sqlalchemy->bentoml==0.11.0) (3.0.3) Requirement already satisfied: botocore<1.34.0,>=1.33.13 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.33.13) Requirement already satisfied: s3transfer<0.9.0,>=0.8.2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (0.8.2) Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.0.1) Requirement already satisfied: urllib3>=1.26.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.26.19) Requirement already satisfied: websocket-client>=0.32.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.6.1) Requirement already satisfied: charset-normalizer<4,>=2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.3.2) Requirement already satisfied: certifi>=2017.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (2022.12.7) Requirement already satisfied: idna<4,>=2.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.7) Requirement already satisfied: click>=8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (8.1.7) Requirement already satisfied: itsdangerous>=2.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (2.1.2) Requirement already satisfied: Jinja2>=3.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (3.1.4) Requirement already satisfied: MarkupSafe>=2.1.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from werkzeug->bentoml==0.11.0) (2.1.5) Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from ruamel.yaml->bentoml==0.11.0) (0.2.8) Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (2.9.0.post0) Requirement already satisfied: zipp>=0.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from importlib-metadata->alembic->bentoml==0.11.0) (3.15.0) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (1.16.0) 09:50:22 | DEBUG | Collecting rdkit Using cached rdkit-2023.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (29.5 MB) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from rdkit) (1.21.6) Collecting Pillow Using cached Pillow-9.5.0-cp37-cp37m-manylinux_2_28_x86_64.whl (3.4 MB) Installing collected packages: Pillow, rdkit Successfully installed Pillow-9.5.0 rdkit-2023.3.2 Collecting pandas==1.1.3 Using cached pandas-1.1.3-cp37-cp37m-manylinux1_x86_64.whl (9.5 MB) Collecting pytz>=2017.2 Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB) Requirement already satisfied: numpy>=1.15.4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (1.21.6) Requirement already satisfied: python-dateutil>=2.7.3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from pandas==1.1.3) (2.9.0.post0) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil>=2.7.3->pandas==1.1.3) (1.16.0) Installing collected packages: pytz, pandas Successfully installed pandas-1.1.3 pytz-2024.1 Collecting numpy==1.21.5 Using cached numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 1.21.6 Uninstalling numpy-1.21.6: Successfully uninstalled numpy-1.21.6 Successfully installed numpy-1.21.5 Collecting scikit-learn==1.0.2 Using cached scikit_learn-1.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.8 MB) Requirement already satisfied: numpy>=1.14.6 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from scikit-learn==1.0.2) (1.21.5) Collecting joblib>=0.11 Using cached joblib-1.3.2-py3-none-any.whl (302 kB) Collecting scipy>=1.1.0 Using cached scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (38.1 MB) Collecting threadpoolctl>=2.0.0 Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB) Installing collected packages: threadpoolctl, scipy, joblib, scikit-learn Successfully installed joblib-1.3.2 scikit-learn-1.0.2 scipy-1.7.3 threadpoolctl-3.1.0 Collecting git+https://github.com/ersilia-os/bentoml-ersilia.git Cloning https://github.com/ersilia-os/bentoml-ersilia.git to /tmp/pip-req-build-z0v10rtr Running command git clone --filter=blob:none --quiet https://github.com/ersilia-os/bentoml-ersilia.git /tmp/pip-req-build-z0v10rtr Resolved https://github.com/ersilia-os/bentoml-ersilia.git to commit 34a26149d92b5dc4a09b6f51aaaa85b3d8116ae4 Installing build dependencies: started Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Requirement already satisfied: protobuf<3.19,>=3.8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (3.18.3) Requirement already satisfied: prometheus-client in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.17.1) Requirement already satisfied: boto3 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.33.13) Requirement already satisfied: multidict in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.5) Requirement already satisfied: numpy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.21.5) Requirement already satisfied: chardet in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (5.2.0) Requirement already satisfied: flask in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.5) Requirement already satisfied: docker in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.1.3) Requirement already satisfied: requests in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.31.0) Requirement already satisfied: cerberus in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.3.5) Requirement already satisfied: packaging in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (24.0) Requirement already satisfied: humanfriendly in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (10.0) Requirement already satisfied: python-json-logger in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.7) Requirement already satisfied: werkzeug in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.2.3) Requirement already satisfied: psutil in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (6.0.0) Requirement already satisfied: tabulate in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.9.0) Requirement already satisfied: sqlalchemy-utils in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.41.2) Requirement already satisfied: sqlalchemy in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (2.0.31) Requirement already satisfied: ruamel.yaml in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (0.18.6) Requirement already satisfied: alembic in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from bentoml==0.11.0) (1.12.1) Requirement already satisfied: typing-extensions>=4 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (4.7.1) Requirement already satisfied: importlib-metadata in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (6.7.0) Requirement already satisfied: importlib-resources in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (5.12.0) Requirement already satisfied: Mako in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from alembic->bentoml==0.11.0) (1.2.4) Requirement already satisfied: greenlet!=0.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from sqlalchemy->bentoml==0.11.0) (3.0.3) Requirement already satisfied: botocore<1.34.0,>=1.33.13 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.33.13) Requirement already satisfied: s3transfer<0.9.0,>=0.8.2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (0.8.2) Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from boto3->bentoml==0.11.0) (1.0.1) Requirement already satisfied: urllib3>=1.26.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.26.19) Requirement already satisfied: websocket-client>=0.32.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from docker->bentoml==0.11.0) (1.6.1) Requirement already satisfied: charset-normalizer<4,>=2 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.3.2) Requirement already satisfied: certifi>=2017.4.17 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (2022.12.7) Requirement already satisfied: idna<4,>=2.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from requests->bentoml==0.11.0) (3.7) Requirement already satisfied: click>=8.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (8.1.7) Requirement already satisfied: itsdangerous>=2.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (2.1.2) Requirement already satisfied: Jinja2>=3.0 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from flask->bentoml==0.11.0) (3.1.4) Requirement already satisfied: MarkupSafe>=2.1.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from werkzeug->bentoml==0.11.0) (2.1.5) Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from ruamel.yaml->bentoml==0.11.0) (0.2.8) Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (2.9.0.post0) Requirement already satisfied: zipp>=0.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from importlib-metadata->alembic->bentoml==0.11.0) (3.15.0) Requirement already satisfied: six>=1.5 in /home/sosa/miniconda3/envs/eos3nn9/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.34.0,>=1.33.13->boto3->bentoml==0.11.0) (1.16.0) 09:50:22 | DEBUG | Activation done 09:50:22 | DEBUG | Creating environment YAML file 09:50:23 | DEBUG | Storing Conda environment in the local environment database 09:50:23 | DEBUG | Done with the Conda setup 09:50:23 | DEBUG | Using environment eos3nn9 09:50:23 | DEBUG | Running command: python pack.py 09:50:23 | DEBUG | Run commandlines on eos3nn9 09:50:23 | DEBUG | python pack.py 09:50:24 | DEBUG | Activating base environment 09:50:24 | DEBUG | Current working directory: /home/sosa/eos/dest/eos3nn9 09:50:24 | DEBUG | Running bash /tmp/ersilia-jm98y9ey/script.sh 2>&1 | tee -a /tmp/ersilia-t17lkbl8/command_outputs.log [2024-07-19 09:50:26,032] INFO - BentoService bundle 'eos3nn9:20240719095024_48C164' saved to: /home/sosa/bentoml/repository/eos3nn9/20240719095024_48C164 09:50:26 | DEBUG | [2024-07-19 09:50:26,032] INFO - BentoService bundle 'eos3nn9:20240719095024_48C164' saved to: /home/sosa/bentoml/repository/eos3nn9/20240719095024_48C164 09:50:26 | DEBUG | Activation done 09:50:26 | DEBUG | Previous command successfully run inside eos3nn9 conda environment 09:50:26 | DEBUG | Now trying to establish symlinks 09:50:26 | DEBUG | BentoML location is /home/sosa/bentoml/repository/eos3nn9/20240719095024_48C164 09:50:26 | DEBUG | Ersilia Bento location is /home/sosa/eos/repository/eos3nn9/20240719095024_48C164 09:50:26 | DEBUG | Building symlinks between /home/sosa/eos/repository/eos3nn9/20240719095024_48C164 and /home/sosa/bentoml/repository/eos3nn9/20240719095024_48C164 09:50:26 | DEBUG | Creating model symlink bundle artifacts > dest 09:50:26 | DEBUG | Creating model_install_commands.sh symlink dest <> bundle 09:50:26 | INFO | Could not create symbolic link from /home/sosa/eos/dest/eos3nn9/data.h5 to /home/sosa/eos/isaura/lake/eos3nn9_public.h5 09:50:26 | DEBUG | Run file found in framework: /home/sosa/eos/repository/eos3nn9/20240719095024_48C164/eos3nn9/artifacts/framework/run.sh 09:50:26 | DEBUG | Run commandlines on eos3nn9 09:50:26 | DEBUG | which python > /tmp/ersilia-r44tlys4/tmp.txt 09:50:26 | DEBUG | Activating base environment 09:50:26 | DEBUG | Current working directory: /home/sosa/labs/eos3nn9/model/framework 09:50:26 | DEBUG | Running bash /tmp/ersilia-o48h98mt/script.sh 2>&1 | tee -a /tmp/ersilia-38u1ze7p/command_outputs.log 09:50:26 | DEBUG | 09:50:26 | DEBUG | Activation done 09:50:26 | DEBUG | Python executable: /home/sosa/miniconda3/envs/eos3nn9/bin/python 09:50:26 | DEBUG | Conda is needed 09:50:26 | DEBUG | Checking if model needs to be integrated to a tool 09:50:27 | DEBUG | Getting model card of eos3nn9 09:50:27 | DEBUG | Trying to get metadata from: /home/sosa/eos/dest/eos3nn9 09:50:27 | DEBUG | Card saved at /home/sosa/eos/dest/eos3nn9/card.json 09:50:27 | DEBUG | Saving slug mpro-covid19 09:50:27 | DEBUG | Checking that autoservice works 09:50:27 | DEBUG | Setting BentoML AutoService for eos3nn9 09:50:27 | DEBUG | No service class provided, deciding automatically 09:50:27 | DEBUG | No service class file exists in /home/sosa/eos/repository/eos3nn9/20240719095024_48C164/service_class.txt 09:50:27 | DEBUG | Pack method is: bentoml 09:50:27 | DEBUG | Pack method is: bentoml 09:50:27 | DEBUG | Setting virtual environment at /home/sosa/eos/dest/eos3nn9 09:50:27 | DEBUG | Pack method is: bentoml 09:50:27 | DEBUG | Pack method is: bentoml 09:50:27 | DEBUG | Service class: conda 09:50:27 | DEBUG | Getting APIs from list file 09:50:27 | DEBUG | Getting APIs from BentoML 09:50:27 | DEBUG | Getting APIs from Bento 09:50:27 | DEBUG | Getting info from BentoML and storing in /tmp/ersilia-p_3zi93t/information.json 09:50:31 | DEBUG | Info {'name': 'eos3nn9', 'version': '20240719095024_48C164', 'created_at': '2024-07-19T16:50:25.671706Z', 'env': {'conda_env': 'name: bentoml-default-conda-env\nchannels:\n- defaults\ndependencies: []\n', 'python_version': '3.7.16', 'docker_base_image': 'bentoml/model-server:0.11.0-py37', 'pip_packages': ['bentoml==0.11.0']}, 'artifacts': [{'name': 'model', 'artifact_type': 'Artifact', 'metadata': {}}], 'apis': [{'name': 'run', 'input_type': 'JsonInput', 'docs': "BentoService inference API 'run', input: 'JsonInput', output: 'DefaultOutput'", 'output_config': {'cors': '*'}, 'output_type': 'DefaultOutput', 'mb_max_latency': 10000, 'mb_max_batch_size': 2000, 'batch': True}]} 09:50:31 | DEBUG | Initializing model for inferring its structure 09:50:32 | DEBUG | No status file exists 09:50:32 | DEBUG | Is fetched: False 09:50:32 | DEBUG | Schema not yet available 09:50:32 | DEBUG | Setting BentoML AutoService for eos3nn9 09:50:32 | DEBUG | No service class provided, deciding automatically 09:50:32 | DEBUG | Service class file exists in folder /home/sosa/eos/repository/eos3nn9/20240719095024_48C164/service_class.txt 09:50:32 | DEBUG | Service class: conda 09:50:32 | DEBUG | Pack method is: bentoml 09:50:32 | INFO | Done with initialization! 09:50:32 | DEBUG | Model successfully initialized in sniffer 09:50:32 | DEBUG | No built-in example available. Generating a test one. 09:50:32 | DEBUG | Reading card from eos3nn9 09:50:32 | DEBUG | Reading shape from eos3nn9 09:50:32 | DEBUG | Input Shape: Single 09:50:32 | DEBUG | Input type is: compound 09:50:32 | DEBUG | Input shape is: Single 09:50:32 | DEBUG | Importing module: .types.compound 09:50:32 | DEBUG | Checking RDKIT and other requirements necessary for compound inputs 09:50:33 | DEBUG | InputShapeSingle shape: Single 09:50:33 | DEBUG | Inputs sampled: 2 09:50:33 | DEBUG | Sniffing model 09:50:33 | DEBUG | Getting model size 09:50:33 | DEBUG | Model size is 491.87341499328613 MB 09:50:33 | DEBUG | Serving model 09:50:33 | DEBUG | Cleaning processes before serving 09:50:33 | DEBUG | /home/sosa/eos/tmp/eos3nn9.pid 09:50:33 | DEBUG | Cleaning [65491] processes 09:50:33 | DEBUG | Cleaning temp dir 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-sa8gvpvh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-sa8gvpvh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9x9pktoi 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9x9pktoi 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-uwkmo6_m 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-uwkmo6_m 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-68xi2tta 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-68xi2tta 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-npcjkvzx 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-npcjkvzx 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8pbheah4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8pbheah4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kg7p3pqj 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kg7p3pqj 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-vw97lhmq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-vw97lhmq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-eysbstcb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-eysbstcb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-lofvpv37 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-lofvpv37 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i5b6mzy4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i5b6mzy4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wud4lf9o 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wud4lf9o 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-6hpjkcmf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-6hpjkcmf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u4icdiu7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u4icdiu7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m0e429xr 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m0e429xr 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_5v_jd4a 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_5v_jd4a 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-zmmwzl51 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-zy5wtbhd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-zy5wtbhd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fftu1bwk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fftu1bwk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qic65gcs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qic65gcs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-38u1ze7p 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-du6wdkoz 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-du6wdkoz 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-esusk311 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-reqiugqd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-reqiugqd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fhi4p4q5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fhi4p4q5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-s240gwcs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-s240gwcs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-5xqn_qld 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-5xqn_qld 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n2ub3gt0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n2ub3gt0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_xb7r0uc 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_xb7r0uc 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ggqjrsab 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ggqjrsab 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-az160dwa 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-az160dwa 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wmf4ac0d 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wmf4ac0d 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-uryzcufm 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-uryzcufm 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-5p5q7eub 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-5p5q7eub 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-q89ajjza 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-q89ajjza 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wlz1pq_z 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wlz1pq_z 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-o48h98mt 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-cmj6iw9e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-cmj6iw9e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wmiaxt64 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wmiaxt64 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fbk99vam 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fbk99vam 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-gaq6s8nl 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pp83heom 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pp83heom 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-srthf15k 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-srthf15k 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tss_z2j6 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tss_z2j6 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tm8qn4nh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tm8qn4nh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-7m8yqfxt 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-uuwxfwde 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-uuwxfwde 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-7_7uxjx9 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-7_7uxjx9 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n7rji9zl 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n7rji9zl 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-smq3gppk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-smq3gppk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3sgtidmf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3sgtidmf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-5ttox4l2 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-5ttox4l2 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-0l77xdvw 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y6smifzf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y6smifzf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n_92eqw3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n_92eqw3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rnb56hpv 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rnb56hpv 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fl7yq3j5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fl7yq3j5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8mnssyhw 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8mnssyhw 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-shqofo16 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-shqofo16 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kkdegbqm 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kkdegbqm 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-h3sqy7wl 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-h3sqy7wl 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ufvifbcn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ufvifbcn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ld3j49bx 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ld3j49bx 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-a3eo2p91 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-a3eo2p91 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-b9jahrhd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-b9jahrhd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4fkknihg 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-4fkknihg 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-d7kvp6uy 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-d7kvp6uy 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bcj7k931 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bcj7k931 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_7t7d8uj 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_7t7d8uj 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jl9wea20 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jl9wea20 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xn51_enh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xn51_enh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tmlkfvwd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tmlkfvwd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pwt0b8at 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pwt0b8at 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-hz92s5qp 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-hz92s5qp 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bq8h2teb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bq8h2teb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4wxefscd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-te2gs0uq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n4u9vi71 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n4u9vi71 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kgmhcd4i 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kzdkh13v 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kzdkh13v 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8sagdbq3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8sagdbq3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pclojucf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pclojucf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3y7ukakq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3y7ukakq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jtsm6d0e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jtsm6d0e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xgz8ohw6 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xgz8ohw6 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-r0s2dd6v 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ibxw9rt9 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ibxw9rt9 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-2moysfo_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ey2dclzi 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ey2dclzi 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3kvyaa7h 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3kvyaa7h 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qjh3n7z4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qjh3n7z4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-e7xd698j 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-e7xd698j 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3z_1bi64 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3z_1bi64 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-a59z_8mu 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-a59z_8mu 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-1it_43pf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-1it_43pf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_0fx0m4e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-dk57p67r 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-dk57p67r 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-thf79uvh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-thf79uvh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-j0ugaeae 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-j0ugaeae 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fo5j6v0p 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-raje4pvn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-raje4pvn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-q2ie__bb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-q2ie__bb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kky_yr5f 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kky_yr5f 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-dragmfe9 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u9zuorw7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u9zuorw7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_27_5qwe 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_27_5qwe 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9i305hpr 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9i305hpr 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-37ir9geb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-37ir9geb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-zzxdtyj3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-zzxdtyj3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-43wf75ll 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-43wf75ll 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-g5dtcqg1 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-g5dtcqg1 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-p_3zi93t 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-v3s5b2mp 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-v3s5b2mp 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-94rr06xk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-94rr06xk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jbkcfdej 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jbkcfdej 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8h3vxqeb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8h3vxqeb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-22t3qjyd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-22t3qjyd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-amnida34 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-amnida34 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fmyygqee 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fmyygqee 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-p0m67c4_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-p0m67c4_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-re1nxos3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-re1nxos3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kap00w6n 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kap00w6n 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tzh_kqy_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tzh_kqy_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-0sl39e6w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-0sl39e6w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-q_pwb2em 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u2pkuq73 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u2pkuq73 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y8oinm_w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y8oinm_w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9h5yw02_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9h5yw02_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-lrsb7eks 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-lrsb7eks 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_c8_k0cz 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_c8_k0cz 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-l9r5an5f 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-l9r5an5f 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-0fq41r6z 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-0fq41r6z 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-gj0mydld 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-gj0mydld 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bfyagtd0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bfyagtd0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-mlvqu497 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-mlvqu497 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m2jhhe_w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m2jhhe_w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-uvc23l6y 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9rrspckc 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9rrspckc 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i71chwfo 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i71chwfo 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tfaubaqs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tfaubaqs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xa_nj118 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xa_nj118 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i727bowk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i727bowk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-08oy24n_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-08oy24n_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i9c3qen4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i9c3qen4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qc2urys4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qc2urys4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-oeh07pub 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-oeh07pub 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-gnnxcjy5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-j3ve1s_w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-j3ve1s_w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-e5h_pqry 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-e5h_pqry 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-azv8539l 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-azv8539l 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rkrrvbfx 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rkrrvbfx 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_gu6_yup 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_gu6_yup 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-b1iezl7e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-b1iezl7e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-5xjkg2cv 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-t813exhn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-t813exhn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-t8a58cav 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-t8a58cav 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qoxfo768 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qoxfo768 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-6lsp24du 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-o9byuxfn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-o9byuxfn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-b6i1_jr1 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-b6i1_jr1 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-mtm0s5eq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-mtm0s5eq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bdf8o17v 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bdf8o17v 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-r44tlys4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-iyqazsvk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-iyqazsvk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4gwg62gs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i7ismm2y 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i7ismm2y 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-6l8ws5z5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-6l8ws5z5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m_mgr0z7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m_mgr0z7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jm98y9ey 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-w9z_jd3b 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-w9z_jd3b 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m8jn611e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m8jn611e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ezvn9j0e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ezvn9j0e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-sqkrhlko 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-sqkrhlko 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-c5c87e3i 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-c5c87e3i 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-f4tl90rs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-f4tl90rs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-vtpu_445 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-vtpu_445 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m29x59f7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m29x59f7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-c78yksia 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-c78yksia 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-hugenzgu 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-hugenzgu 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rqawqx2m 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rqawqx2m 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xnkvlsnd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xnkvlsnd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-z91i6580 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-z91i6580 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-v3oy55u3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-v3oy55u3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-t17lkbl8 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-eg_emjog 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-eg_emjog 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pe2bra6b 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pe2bra6b 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kimyuvqn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kimyuvqn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-cpv8w9kw 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-cpv8w9kw 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3dmafxlh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3dmafxlh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-o1_gd1c4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-o1_gd1c4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8nd5vka0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8nd5vka0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m635htuk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kauejzub 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kauejzub 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-damipced 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-damipced 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-s39mnvgi 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-s39mnvgi 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u06tnsag 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u06tnsag 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jqrdts_p 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jqrdts_p 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jv2icx6u 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jv2icx6u 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-2ae_17ey 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-2ae_17ey 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-yd7i5_kb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-yd7i5_kb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-272w7_n4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-272w7_n4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-zzx6fwd4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-zzx6fwd4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-buoqm51q 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-buoqm51q 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y2k2uef5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y2k2uef5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qanvtleq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qanvtleq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-80z_0q3o 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-80z_0q3o 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-7jijksvj 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-7jijksvj 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i80imc8r 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-cjf9aunz 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-cjf9aunz 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-im1mxjjd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-im1mxjjd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4n_g4v88 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-4n_g4v88 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-a3w4j90f 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-a3w4j90f 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-2zmriy9i 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-2zmriy9i 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-msmzwfld 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-msmzwfld 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-sd21nt1e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-im7gdqd0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-im7gdqd0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jxdtqsww 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jxdtqsww 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rdoofqhn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rdoofqhn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-0i_a4s62 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-f7qgezsm 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-s7d15o_4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-s7d15o_4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ej_kmxif 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ej_kmxif 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-7r50wry8 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4ayh3he8 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-4ayh3he8 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y9yif0it 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y9yif0it 09:50:33 | DEBUG | Cleaning temp dir 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-sa8gvpvh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-sa8gvpvh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9x9pktoi 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9x9pktoi 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-uwkmo6_m 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-uwkmo6_m 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-68xi2tta 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-68xi2tta 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-npcjkvzx 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-npcjkvzx 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8pbheah4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8pbheah4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kg7p3pqj 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kg7p3pqj 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-vw97lhmq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-vw97lhmq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-eysbstcb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-eysbstcb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-lofvpv37 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-lofvpv37 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i5b6mzy4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i5b6mzy4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wud4lf9o 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wud4lf9o 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-6hpjkcmf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-6hpjkcmf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u4icdiu7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u4icdiu7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m0e429xr 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m0e429xr 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_5v_jd4a 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_5v_jd4a 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-zy5wtbhd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-zy5wtbhd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fftu1bwk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fftu1bwk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qic65gcs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qic65gcs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-du6wdkoz 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-du6wdkoz 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-reqiugqd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-reqiugqd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fhi4p4q5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fhi4p4q5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-s240gwcs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-s240gwcs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-5xqn_qld 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-5xqn_qld 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n2ub3gt0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n2ub3gt0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_xb7r0uc 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_xb7r0uc 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ggqjrsab 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ggqjrsab 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-az160dwa 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-az160dwa 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wmf4ac0d 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wmf4ac0d 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-uryzcufm 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-uryzcufm 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-5p5q7eub 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-5p5q7eub 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-q89ajjza 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-q89ajjza 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wlz1pq_z 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wlz1pq_z 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-cmj6iw9e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-cmj6iw9e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-wmiaxt64 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-wmiaxt64 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fbk99vam 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fbk99vam 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pp83heom 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pp83heom 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-srthf15k 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-srthf15k 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tss_z2j6 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tss_z2j6 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tm8qn4nh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tm8qn4nh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-uuwxfwde 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-uuwxfwde 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-7_7uxjx9 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-7_7uxjx9 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n7rji9zl 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n7rji9zl 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-smq3gppk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-smq3gppk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3sgtidmf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3sgtidmf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-5ttox4l2 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-5ttox4l2 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y6smifzf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y6smifzf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n_92eqw3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n_92eqw3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rnb56hpv 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rnb56hpv 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fl7yq3j5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fl7yq3j5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8mnssyhw 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8mnssyhw 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-shqofo16 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-shqofo16 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kkdegbqm 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kkdegbqm 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-h3sqy7wl 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-h3sqy7wl 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ufvifbcn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ufvifbcn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ld3j49bx 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ld3j49bx 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-a3eo2p91 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-a3eo2p91 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-b9jahrhd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-b9jahrhd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4fkknihg 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-4fkknihg 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-d7kvp6uy 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-d7kvp6uy 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bcj7k931 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bcj7k931 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_7t7d8uj 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_7t7d8uj 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jl9wea20 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jl9wea20 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xn51_enh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xn51_enh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tmlkfvwd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tmlkfvwd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pwt0b8at 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pwt0b8at 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-hz92s5qp 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-hz92s5qp 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bq8h2teb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bq8h2teb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-n4u9vi71 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-n4u9vi71 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kzdkh13v 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kzdkh13v 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8sagdbq3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8sagdbq3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pclojucf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pclojucf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3y7ukakq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3y7ukakq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jtsm6d0e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jtsm6d0e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xgz8ohw6 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xgz8ohw6 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ibxw9rt9 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ibxw9rt9 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ey2dclzi 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ey2dclzi 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3kvyaa7h 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3kvyaa7h 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qjh3n7z4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qjh3n7z4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-e7xd698j 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-e7xd698j 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3z_1bi64 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3z_1bi64 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-a59z_8mu 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-a59z_8mu 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-1it_43pf 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-1it_43pf 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-dk57p67r 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-dk57p67r 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-thf79uvh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-thf79uvh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-j0ugaeae 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-j0ugaeae 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-raje4pvn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-raje4pvn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-q2ie__bb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-q2ie__bb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kky_yr5f 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kky_yr5f 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u9zuorw7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u9zuorw7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_27_5qwe 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_27_5qwe 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9i305hpr 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9i305hpr 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-37ir9geb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-37ir9geb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-zzxdtyj3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-zzxdtyj3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-43wf75ll 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-43wf75ll 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-g5dtcqg1 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-g5dtcqg1 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-v3s5b2mp 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-v3s5b2mp 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-94rr06xk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-94rr06xk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jbkcfdej 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jbkcfdej 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8h3vxqeb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8h3vxqeb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-22t3qjyd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-22t3qjyd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-amnida34 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-amnida34 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-fmyygqee 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-fmyygqee 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-p0m67c4_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-p0m67c4_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-re1nxos3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-re1nxos3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kap00w6n 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kap00w6n 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tzh_kqy_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tzh_kqy_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-0sl39e6w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-0sl39e6w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u2pkuq73 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u2pkuq73 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y8oinm_w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y8oinm_w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9h5yw02_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9h5yw02_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-lrsb7eks 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-lrsb7eks 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_c8_k0cz 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_c8_k0cz 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-l9r5an5f 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-l9r5an5f 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-0fq41r6z 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-0fq41r6z 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-gj0mydld 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-gj0mydld 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bfyagtd0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bfyagtd0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-mlvqu497 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-mlvqu497 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m2jhhe_w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m2jhhe_w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-9rrspckc 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-9rrspckc 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i71chwfo 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i71chwfo 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-tfaubaqs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-tfaubaqs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xa_nj118 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xa_nj118 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i727bowk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i727bowk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-08oy24n_ 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-08oy24n_ 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i9c3qen4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i9c3qen4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qc2urys4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qc2urys4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-oeh07pub 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-oeh07pub 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-j3ve1s_w 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-j3ve1s_w 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-e5h_pqry 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-e5h_pqry 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-azv8539l 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-azv8539l 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rkrrvbfx 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rkrrvbfx 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-_gu6_yup 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-_gu6_yup 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-b1iezl7e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-b1iezl7e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-t813exhn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-t813exhn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-t8a58cav 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-t8a58cav 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qoxfo768 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qoxfo768 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-o9byuxfn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-o9byuxfn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-b6i1_jr1 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-b6i1_jr1 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-mtm0s5eq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-mtm0s5eq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-bdf8o17v 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-bdf8o17v 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-iyqazsvk 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-iyqazsvk 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-i7ismm2y 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-i7ismm2y 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-6l8ws5z5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-6l8ws5z5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m_mgr0z7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m_mgr0z7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-w9z_jd3b 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-w9z_jd3b 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m8jn611e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m8jn611e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ezvn9j0e 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ezvn9j0e 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-sqkrhlko 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-sqkrhlko 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-c5c87e3i 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-c5c87e3i 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-f4tl90rs 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-f4tl90rs 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-vtpu_445 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-vtpu_445 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-m29x59f7 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-m29x59f7 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-c78yksia 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-c78yksia 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-hugenzgu 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-hugenzgu 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rqawqx2m 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rqawqx2m 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-xnkvlsnd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-xnkvlsnd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-z91i6580 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-z91i6580 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-v3oy55u3 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-v3oy55u3 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-eg_emjog 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-eg_emjog 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-pe2bra6b 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-pe2bra6b 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kimyuvqn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kimyuvqn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-cpv8w9kw 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-cpv8w9kw 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-3dmafxlh 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-3dmafxlh 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-o1_gd1c4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-o1_gd1c4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-8nd5vka0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-8nd5vka0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-kauejzub 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-kauejzub 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-damipced 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-damipced 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-s39mnvgi 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-s39mnvgi 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-u06tnsag 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-u06tnsag 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jqrdts_p 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jqrdts_p 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jv2icx6u 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jv2icx6u 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-2ae_17ey 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-2ae_17ey 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-yd7i5_kb 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-yd7i5_kb 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-272w7_n4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-272w7_n4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-zzx6fwd4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-zzx6fwd4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-buoqm51q 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-buoqm51q 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y2k2uef5 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y2k2uef5 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-qanvtleq 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-qanvtleq 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-80z_0q3o 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-80z_0q3o 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-7jijksvj 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-7jijksvj 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-cjf9aunz 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-cjf9aunz 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-im1mxjjd 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-im1mxjjd 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4n_g4v88 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-4n_g4v88 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-a3w4j90f 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-a3w4j90f 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-2zmriy9i 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-2zmriy9i 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-msmzwfld 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-msmzwfld 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-im7gdqd0 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-im7gdqd0 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-jxdtqsww 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-jxdtqsww 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-rdoofqhn 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-rdoofqhn 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-s7d15o_4 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-s7d15o_4 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-ej_kmxif 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-ej_kmxif 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-4ayh3he8 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-4ayh3he8 09:50:33 | DEBUG | Flushing temporary directory /tmp/ersilia-y9yif0it 09:50:33 | WARNING | Could not remove temporary directory /tmp/ersilia-y9yif0it 09:50:33 | DEBUG | Silencing docker containers if necessary 09:50:33 | DEBUG | It is not inside docker 09:50:33 | DEBUG | Trying to serve model with BentoML locally 09:50:33 | WARNING | Port None was already in use. Using 37729 instead 09:50:33 | DEBUG | Free port: 37729 09:50:33 | DEBUG | Writing on /tmp/ersilia-cqwgrkhg/serve.sh 09:50:33 | DEBUG | #!/bin/bash 09:50:33 | DEBUG | bentoml serve eos3nn9:20240719095024_48C164 --port 37729 &> /tmp/ersilia-cqwgrkhg/serve.log & 09:50:33 | DEBUG | _pid=$! 09:50:33 | DEBUG | echo "$_pid" > /tmp/ersilia-cqwgrkhg/serve.pid 09:50:33 | DEBUG | Run command function available 09:50:33 | DEBUG | Running on conda environment eos3nn9 09:50:33 | DEBUG | Run commandlines on eos3nn9 09:50:33 | DEBUG | bash /tmp/ersilia-cqwgrkhg/serve.sh 09:50:34 | DEBUG | Activating base environment 09:50:34 | DEBUG | Current working directory: /home/sosa/labs/eos3nn9/model/framework 09:50:34 | DEBUG | Running bash /tmp/ersilia-hqy1n2uw/script.sh 2>&1 | tee -a /tmp/ersilia-2085_546/command_outputs.log 09:50:34 | DEBUG | 09:50:34 | DEBUG | Activation done 09:50:34 | DEBUG | Process id: 67565 09:50:34 | DEBUG | Trying to wake up. Iteration: 0 09:50:34 | DEBUG | Timeout: 1000 Sleep time: 1 09:50:34 | DEBUG | Temporary file available: /tmp/ersilia-cqwgrkhg/serve.log 09:50:34 | DEBUG | No error strings found in temporary file 09:50:34 | DEBUG | Waiting for server 09:50:35 | DEBUG | Trying to wake up. Iteration: 1 09:50:35 | DEBUG | Timeout: 1000 Sleep time: 1 09:50:35 | DEBUG | Temporary file available: /tmp/ersilia-cqwgrkhg/serve.log 09:50:35 | DEBUG | No error strings found in temporary file 09:50:35 | DEBUG | Server logging done 09:50:36 | DEBUG | Trying to wake up. Iteration: 2 09:50:36 | DEBUG | Timeout: 1000 Sleep time: 1 09:50:36 | DEBUG | Temporary file available: /tmp/ersilia-cqwgrkhg/serve.log 09:50:36 | DEBUG | No error strings found in temporary file 09:50:36 | DEBUG | Server is ready. Trying to get URL 09:50:36 | DEBUG | URL found: http://127.0.0.1:37729 09:50:36 | DEBUG | Iterating over APIs 09:50:36 | DEBUG | Output type is Float 09:50:36 | DEBUG | This is the schema numeric_array 09:50:36 | DEBUG | Getting schema for API run... 09:50:36 | DEBUG | Running API: run 09:50:36 | DEBUG | ['CC1C2C(CC3(C=CC(=O)C(=C3C2OC1=O)C)C)O', 'C1=CN=CC=C1C(=O)NN'] 09:50:36 | DEBUG | API: run 09:50:36 | DEBUG | MODEL ID: eos3nn9 09:50:36 | DEBUG | SERVICE URL: http://127.0.0.1:37729 09:50:36 | DEBUG | Reading card from eos3nn9 09:50:36 | DEBUG | Reading shape from eos3nn9 09:50:36 | DEBUG | Input Shape: Single 09:50:36 | DEBUG | Input type is: compound 09:50:36 | DEBUG | Input shape is: Single 09:50:36 | DEBUG | Importing module: .types.compound 09:50:36 | DEBUG | Checking RDKIT and other requirements necessary for compound inputs 09:50:36 | DEBUG | InputShapeSingle shape: Single 🚨🚨🚨 Something went wrong with Ersilia 🚨🚨🚨 Error message: join() argument must be str, bytes, or os.PathLike object, not 'NoneType' If this error message is not helpful, open an issue at: - https://github.com/ersilia-os/ersilia Or feel free to reach out to us at: - hello[at]ersilia.io If you haven't, try to run your command in verbose mode (-v in the CLI) - You will find the console log file in: /home/sosa/eos/current.log (ersilia) sosa@Harmony2:~/labs/eos3nn9/model/framework$