| Name | Theory_2922-4811720-594_1 |
| Workunit | 2714681 |
| Created | 16 Feb 2026, 17:20:23 UTC |
| Sent | 19 Feb 2026, 2:44:34 UTC |
| Report deadline | 1 Mar 2026, 2:44:34 UTC |
| Received | 19 Feb 2026, 14:19:10 UTC |
| Server state | Over |
| Outcome | Computation error |
| Client state | Compute error |
| Exit status | 1 (0x00000001) Unknown error code |
| Computer ID | 5316 |
| Run time | 1 min 18 sec |
| CPU time | 0 sec |
| Priority | 0 |
| Validate state | Invalid |
| Credit | 0.00 |
| Device peak FLOPS | 3.06 GFLOPS |
| Application version | Theory Simulation v7.66 (docker) x86_64-pc-linux-gnu |
| Peak working set size | 49.01 MB |
| Peak swap size | 1.76 GB |
| Peak disk usage | 1.54 MB |
<core_client_version>8.2.8</core_client_version>
<![CDATA[
<message>
process exited with code 1 (0x1, -255)</message>
<stderr_txt>
docker_wrapper 18 starting
docker_wrapper config:
workdir: /boinc_slot_dir
use GPU: no
Web graphics guest port: 80
create args: --cap-add=SYS_ADMIN --device /dev/fuse -v /cvmfs:/cvmfs:shared
verbose: 1
Using Docker
running docker command: ps --all --filter "name=^boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1$" --format "{{.Names}}|{{.Status}}"
program: docker
command output:
creating container boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
running docker command: images
program: docker
WARNING: This output is designed for human readability. For machine-readable output, please use --format.
command output:
IMAGE ID DISK USAGE CONTENT SIZE EXTRA
boinc/client:latest 7b1c502f6f47 133MB 0B
hello-world:latest 1b44b5a3e06a 10.1kB 0B
linuxserver/boinc:latest b657bec4e540 2.75GB 0B
lscr.io/linuxserver/boinc:latest 15a727773ec3 2.63GB 0B
building image
running docker command: build "." -t boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594 -f Dockerfile
program: docker
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 513B done
#1 DONE 0.1s
#2 [internal] load metadata for docker.io/library/almalinux:9
#2 DONE 0.6s
#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.1s
#4 [1/4] FROM docker.io/library/almalinux:9@sha256:4e5f333756e39943fe66e3b55ee4c303805eebd7c6da372f07f2418f79b23d87
#4 CACHED
#5 [2/4] RUN dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm && dnf install -y epel-release && dnf install -y libxcrypt-compat bc bzip2 lighttpd procps-ng make gcc which cvmfs bind-utils netcat zlib-devel compat-openssl11 freetype && dnf clean all
#5 72.54 AlmaLinux 9 - AppStream 0.0 B/s | 0 B 01:12
#5 72.54 Errors during downloading metadata for repository 'appstream':
#5 72.54 - Curl error (6): Couldn't resolve host name for https://mirrors.almalinux.org/mirrorlist/9/appstream?countme=1 [Could not resolve host: mirrors.almalinux.org]
#5 72.54 - Curl error (6): Couldn't resolve host name for https://mirrors.almalinux.org/mirrorlist/9/appstream [Could not resolve host: mirrors.almalinux.org]
#5 72.57 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.almalinux.org/mirrorlist/9/appstream [Could not resolve host: mirrors.almalinux.org]
#5 ERROR: process "/bin/sh -c dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm && dnf install -y epel-release && dnf install -y libxcrypt-compat bc bzip2 lighttpd procps-ng make gcc which cvmfs bind-utils netcat zlib-devel compat-openssl11 freetype && dnf clean all" did not complete successfully: exit code: 1
------
> [2/4] RUN dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm && dnf install -y epel-release && dnf install -y libxcrypt-compat bc bzip2 lighttpd procps-ng make gcc which cvmfs bind-utils netcat zlib-devel compat-openssl11 freetype && dnf clean all:
72.54 AlmaLinux 9 - AppStream 0.0 B/s | 0 B 01:12
72.54 Errors during downloading metadata for repository 'appstream':
72.54 - Curl error (6): Couldn't resolve host name for https://mirrors.almalinux.org/mirrorlist/9/appstream?countme=1 [Could not resolve host: mirrors.almalinux.org]
72.54 - Curl error (6): Couldn't resolve host name for https://mirrors.almalinux.org/mirrorlist/9/appstream [Could not resolve host: mirrors.almalinux.org]
72.57 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: Curl error (6): Couldn't resolve host name for https://mirrors.almalinux.org/mirrorlist/9/appstream [Could not resolve host: mirrors.almalinux.org]
------
[33m1 warning found (use docker --debug to expand):
[0m - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 16)
Dockerfile:4
--------------------
3 | # Install required packages
4 | >>> RUN dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm && \
5 | >>> dnf install -y epel-release && \
6 | >>> dnf install -y libxcrypt-compat bc bzip2 lighttpd procps-ng make gcc which cvmfs bind-utils netcat zlib-devel compat-openssl11 freetype && \
7 | >>> dnf clean all
8 |
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm && dnf install -y epel-release && dnf install -y libxcrypt-compat bc bzip2 lighttpd procps-ng make gcc which cvmfs bind-utils netcat zlib-devel compat-openssl11 freetype && dnf clean all" did not complete successfully: exit code: 1
command output:
web graphics: host port 43241, guest port 80
running docker command: create --name boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1 -v "./":"/boinc_slot_dir" -p 43241:80 --cap-add=SYS_ADMIN --device /dev/fuse -v /cvmfs:/cvmfs:shared boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594
program: docker
Unable to find image 'boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594:latest' locally
Error response from daemon: pull access denied for boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
command output:
starting container
running docker command: start boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
program: docker
Error response from daemon: No such container: boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
failed to start containers: boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
command output:
running docker command: ps --all -f "name=boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1"
program: docker
command output:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
running docker command: logs boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
program: docker
Error response from daemon: No such container: boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
command output:
stderr from container:
stderr end
running docker command: container rm boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
program: docker
Error response from daemon: No such container: boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594_1
command output:
running docker command: image rm boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594
program: docker
Error response from daemon: No such image: boinc__lhcathomedev.cern.ch_lhcathome-dev__theory_2922-4811720-594:latest
command output:
2026-02-19 13:19:03 (3800811): called boinc_finish(1)
</stderr_txt>
]]>
©2026 CERN