Name | batch_19__job_wu1149_0 |
Workunit | 36358 |
Created | 7 Feb 2025, 18:24:50 UTC |
Sent | 7 Feb 2025, 19:55:25 UTC |
Report deadline | 14 Feb 2025, 19:55:25 UTC |
Received | 7 Feb 2025, 19:59:55 UTC |
Server state | Over |
Outcome | Computation error |
Client state | Compute error |
Exit status | 1 (0x00000001) Unknown error code |
Computer ID | 11 |
Run time | 3 min 5 sec |
CPU time | 0 sec |
Validate state | Invalid |
Credit | 0.00 |
Device peak FLOPS | 169.46 GFLOPS |
Application version | BUDA v3.00 x86_64-pc-linux-gnu |
Peak working set size | 34.31 MB |
Peak swap size | 1.70 GB |
Peak disk usage | 40.13 KB |
<core_client_version>7.24.1</core_client_version> <![CDATA[ <message> process exited with code 1 (0x1, -255)</message> <stderr_txt> Raw image name (length 25): 62 6F 69 6E 63 5F 67 65 70 70 65 74 74 6F 5F 74 65 73 74 5F 76 65 72 5F 31 Image name: boinc_geppetto_test_ver_1 Utilizzo nome immagine boinc_geppetto_test_ver_1Wrapper config file: workdir: /app running docker command: ps --all --filter "name=boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES creating container boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 running docker command: images command output: REPOSITORY TAG IMAGE ID CREATED SIZE <none> <none> 18e704c8442b 6 seconds ago 1.55GB <none> <none> 2412d2b7f210 39 seconds ago 568MB <none> <none> ad6bf98fc2e5 43 seconds ago 1.37GB <none> <none> 46f3c71f01e0 45 seconds ago 568MB <none> <none> efe08478dd9b 45 seconds ago 568MB <none> <none> 3710be291091 46 seconds ago 568MB <none> <none> bea5ce1ef5c0 52 seconds ago 1.37GB <none> <none> 6479ac0f08c9 52 seconds ago 1.37GB <none> <none> d2255a402872 57 seconds ago 1.55GB <none> <none> 3ce8db1e15cb About a minute ago 1.37GB <none> <none> f7b6ab5acd2b About a minute ago 1.55GB <none> <none> bda5201d341e About a minute ago 1.55GB <none> <none> ca1493d96cd8 About a minute ago 568MB <none> <none> c4eafaaa4036 About a minute ago 568MB ubuntu 24.04 a04dc4851cbc 11 days ago 78.1MB lscr.io/linuxserver/boinc latest 55858c3da686 12 months ago 1.82GB telegraf latest 46c5fee2d265 12 months ago 452MB influxdb latest acf3c01943b9 12 months ago 378MB containrrr/watchtower latest e7dd50d07b86 15 months ago 14.7MB boinc/client nvidia 75b3ec395893 2 years ago 659MB boinc/client latest df7dbca33ccc 3 years ago 125MB drewster727/hddtemp-docker latest 4190e25c17e7 3 years ago 339MB The image boinc_geppetto_test_ver_1 does not existbuilding image running docker command: build . -t boinc_geppetto_test_ver_1 -f Geppetto_Dockerfile command output: Sending build context to Docker daemon 52.22kB Step 1/12 : FROM ubuntu:24.04 ---> a04dc4851cbc Step 2/12 : LABEL maintainer="matteo.rinaldi@unito.it" ---> Using cache ---> ab38febd6135 Step 3/12 : LABEL description="BOINC docker app for LLMentorGrid: runs Geppetto using Huggingface's transformers library" ---> Using cache ---> 71090034fada Step 4/12 : RUN apt update && apt install -y python3 python3-dev python3-pip gcc && rm -rf /var/cache/apt/* ---> Using cache ---> 7d6ebd858aae Step 5/12 : ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=1 ---> Using cache ---> 784328b83db6 Step 6/12 : WORKDIR /app ---> Using cache ---> a41a35a553bd Step 7/12 : COPY requirements.txt . ---> Using cache ---> 2412d2b7f210 Step 8/12 : RUN pip3 install torch --no-cache-dir --break-system-packages --index-url https://download.pytorch.org/whl/cpu ---> Running in a449a40c9593 Looking in indexes: https://download.pytorch.org/whl/cpu Collecting torch Downloading https://download.pytorch.org/whl/cpu/torch-2.6.0%2Bcpu-cp312-cp312-linux_x86_64.whl.metadata (26 kB) Collecting filelock (from torch) Downloading https://download.pytorch.org/whl/filelock-3.13.1-py3-none-any.whl.metadata (2.8 kB) Collecting typing-extensions>=4.10.0 (from torch) Downloading https://download.pytorch.org/whl/typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) Collecting networkx (from torch) Downloading https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl.metadata (5.1 kB) Collecting jinja2 (from torch) Downloading https://download.pytorch.org/whl/Jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) Collecting fsspec (from torch) Downloading https://download.pytorch.org/whl/fsspec-2024.6.1-py3-none-any.whl.metadata (11 kB) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from torch) (68.1.2) Collecting sympy==1.13.1 (from torch) Downloading https://download.pytorch.org/whl/sympy-1.13.1-py3-none-any.whl (6.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 46.3 MB/s eta 0:00:00 Collecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->torch) Downloading https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 179.9 MB/s eta 0:00:00 Collecting MarkupSafe>=2.0 (from jinja2->torch) Downloading https://download.pytorch.org/whl/MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB) Downloading https://download.pytorch.org/whl/cpu/torch-2.6.0%2Bcpu-cp312-cp312-linux_x86_64.whl (178.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.6/178.6 MB 49.9 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/typing_extensions-4.12.2-py3-none-any.whl (37 kB) Downloading https://download.pytorch.org/whl/filelock-3.13.1-py3-none-any.whl (11 kB) Downloading https://download.pytorch.org/whl/fsspec-2024.6.1-py3-none-any.whl (177 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 136.8 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/Jinja2-3.1.4-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 155.7 MB/s eta 0:00:00 Downloading https://download.pytorch.org/whl/networkx-3.3-py3-none-any.whl (1.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 51.7 MB/s eta 0:00:00 Installing collected packages: mpmath, typing-extensions, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch Successfully installed MarkupSafe-2.1.5 filelock-3.13.1 fsspec-2024.6.1 jinja2-3.1.4 mpmath-1.3.0 networkx-3.3 sympy-1.13.1 torch-2.6.0+cpu typing-extensions-4.12.2 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [0mRemoving intermediate container a449a40c9593 ---> fa2537d12f44 Step 9/12 : RUN pip3 install --no-cache-dir -r requirements.txt --break-system-packages ---> Running in f477a440dcac Requirement already satisfied: torch in /usr/local/lib/python3.12/dist-packages (from -r requirements.txt (line 1)) (2.6.0+cpu) Collecting transformers (from -r requirements.txt (line 2)) Downloading transformers-4.48.3-py3-none-any.whl.metadata (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.4/44.4 kB 359.8 kB/s eta 0:00:00 Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from torch->-r requirements.txt (line 1)) (3.13.1) Requirement already satisfied: typing-extensions>=4.10.0 in /usr/local/lib/python3.12/dist-packages (from torch->-r requirements.txt (line 1)) (4.12.2) Requirement already satisfied: networkx in /usr/local/lib/python3.12/dist-packages (from torch->-r requirements.txt (line 1)) (3.3) Requirement already satisfied: jinja2 in /usr/local/lib/python3.12/dist-packages (from torch->-r requirements.txt (line 1)) (3.1.4) Requirement already satisfied: fsspec in /usr/local/lib/python3.12/dist-packages (from torch->-r requirements.txt (line 1)) (2024.6.1) Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from torch->-r requirements.txt (line 1)) (68.1.2) Requirement already satisfied: sympy==1.13.1 in /usr/local/lib/python3.12/dist-packages (from torch->-r requirements.txt (line 1)) (1.13.1) Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.12/dist-packages (from sympy==1.13.1->torch->-r requirements.txt (line 1)) (1.3.0) Collecting huggingface-hub<1.0,>=0.24.0 (from transformers->-r requirements.txt (line 2)) Downloading huggingface_hub-0.28.1-py3-none-any.whl.metadata (13 kB) Collecting numpy>=1.17 (from transformers->-r requirements.txt (line 2)) Downloading numpy-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/62.0 kB 1.0 MB/s eta 0:00:00 Collecting packaging>=20.0 (from transformers->-r requirements.txt (line 2)) Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB) Collecting pyyaml>=5.1 (from transformers->-r requirements.txt (line 2)) Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Collecting regex!=2019.12.17 (from transformers->-r requirements.txt (line 2)) Downloading regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.5/40.5 kB 1.7 MB/s eta 0:00:00 Collecting requests (from transformers->-r requirements.txt (line 2)) Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) Collecting tokenizers<0.22,>=0.21 (from transformers->-r requirements.txt (line 2)) Downloading tokenizers-0.21.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) Collecting safetensors>=0.4.1 (from transformers->-r requirements.txt (line 2)) Downloading safetensors-0.5.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB) Collecting tqdm>=4.27 (from transformers->-r requirements.txt (line 2)) Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/57.7 kB 2.1 MB/s eta 0:00:00 Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.12/dist-packages (from jinja2->torch->-r requirements.txt (line 1)) (2.1.5) Collecting charset-normalizer<4,>=2 (from requests->transformers->-r requirements.txt (line 2)) Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (35 kB) Collecting idna<4,>=2.5 (from requests->transformers->-r requirements.txt (line 2)) Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) Collecting urllib3<3,>=1.21.1 (from requests->transformers->-r requirements.txt (line 2)) Downloading urllib3-2.3.0-py3-none-any.whl.metadata (6.5 kB) Collecting certifi>=2017.4.17 (from requests->transformers->-r requirements.txt (line 2)) Downloading certifi-2025.1.31-py3-none-any.whl.metadata (2.5 kB) Downloading transformers-4.48.3-py3-none-any.whl (9.7 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.7/9.7 MB 2.7 MB/s eta 0:00:00 Downloading huggingface_hub-0.28.1-py3-none-any.whl (464 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 464.1/464.1 kB 4.9 MB/s eta 0:00:00 Downloading numpy-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/16.1 MB 2.7 MB/s eta 0:00:00 Downloading packaging-24.2-py3-none-any.whl (65 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/65.5 kB 3.1 MB/s eta 0:00:00 Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 2.6 MB/s eta 0:00:00 Downloading regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (796 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 796.9/796.9 kB 746.8 kB/s eta 0:00:00 Downloading safetensors-0.5.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (461 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 462.0/462.0 kB 815.1 kB/s eta 0:00:00 Downloading tokenizers-0.21.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/3.0 MB 2.3 MB/s eta 0:00:00 Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.5/78.5 kB 4.5 MB/s eta 0:00:00 Downloading requests-2.32.3-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 6.0 MB/s eta 0:00:00 Downloading certifi-2025.1.31-py3-none-any.whl (166 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 166.4/166.4 kB 5.4 MB/s eta 0:00:00 Downloading charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (145 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.3/145.3 kB 4.8 MB/s eta 0:00:00 Downloading idna-3.10-py3-none-any.whl (70 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.4/70.4 kB 3.3 MB/s eta 0:00:00 Downloading urllib3-2.3.0-py3-none-any.whl (128 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.4/128.4 kB 6.0 MB/s eta 0:00:00 Installing collected packages: urllib3, tqdm, safetensors, regex, pyyaml, packaging, numpy, idna, charset-normalizer, certifi, requests, huggingface-hub, tokenizers, transformers Successfully installed certifi-2025.1.31 charset-normalizer-3.4.1 huggingface-hub-0.28.1 idna-3.10 numpy-2.2.2 packaging-24.2 pyyaml-6.0.2 regex-2024.11.6 requests-2.32.3 safetensors-0.5.2 tokenizers-0.21.0 tqdm-4.67.1 transformers-4.48.3 urllib3-2.3.0 [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv [0mRemoving intermediate container f477a440dcac ---> 85e14e47e021 Step 10/12 : COPY . . ---> aa25da54045d Step 11/12 : RUN python3 geppetto_model.py ---> Running in e9c6ce93ac94 [91m/usr/local/lib/python3.12/dist-packages/transformers/models/auto/modeling_auto.py:1881: FutureWarning: The class `AutoModelWithLMHead` is deprecated and will be removed in a future version. Please use `AutoModelForCausalLM` for causal language models , `AutoModelForMaskedLM` for masked language models and `AutoModelForSeq2SeqLM` for encoder-decoder models. warnings.warn( [0mRemoving intermediate container e9c6ce93ac94 ---> 220d568e30a0 Step 12/12 : CMD python3 geppetto_cpu.py ---> Running in 62fed07f606d Removing intermediate container 62fed07f606d ---> 7fed2623cd60 Successfully built 7fed2623cd60 Successfully tagged boinc_geppetto_test_ver_1:latest running docker command: create --name boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 -v .:/app -e ARGS="" boinc_geppetto_test_ver_1 Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters command output: starting container running docker command: start boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 Error response from daemon: No such container: boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 Error: failed to start containers: boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 command output: client: not suspended running docker command: ps --all -f "name=boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0" command output: CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES running docker command: logs boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 Error: No such container: boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 command output: stderr from container: stderr end running docker command: stop boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 Error response from daemon: No such container: boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 command output: running docker command: container rm boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 Error: No such container: boinc__boinc.llmentor.org_llmentorgrid__batch_19__job_wu1149_0 command output: 2025-02-07 20:58:34 (266071): called boinc_finish(1) </stderr_txt> ]]>
©2025 Matteo Rinaldi