STDOUT vvvvvvvvvvvvvvvvvv #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 739B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/python:3.10-slim-bookworm #2 DONE 0.0s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [ 1/12] FROM docker.io/library/python:3.10-slim-bookworm #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 14.40kB done #5 DONE 0.0s #6 [ 7/12] RUN pip install -r requirements.txt #6 CACHED #7 [ 5/12] WORKDIR /home/participant #7 CACHED #8 [ 3/12] RUN apt install -y git pkg-config libcairo-dev gcc #8 CACHED #9 [ 4/12] RUN useradd participant #9 CACHED #10 [ 8/12] RUN apt install -y g++ #10 CACHED #11 [ 9/12] RUN pip install --upgrade pip setuptools==57 #11 CACHED #12 [ 2/12] RUN apt update -y #12 CACHED #13 [ 6/12] COPY requirements.txt requirements.txt #13 CACHED #14 [10/12] RUN pip install pyhash #14 CACHED #15 [11/12] COPY *.py ./ #15 DONE 0.0s #16 [12/12] COPY examples ./examples #16 DONE 0.0s #17 exporting to image #17 exporting layers done #17 writing image sha256:073a601049ea7636aa50ee791b173dd24cfc1cc1d0b56aae546e41054b8d2edf done #17 naming to docker.io/library/student-fuzzer:marcellomaugeri_competition_fuzzer_v0_0_3_1716923085 done #17 DONE 0.0s STDERR vvvvvvvvvvvvvvvvvv