2025-12-31 13:50.16: New job: docker build {
"commit": "9e18d7a4465a503341b81a27c77651d737970693",
"dockerfile": {
"file": "Dockerfile"
},
"docker_context": null,
"squash": false,
"buildx": true,
"build_args": [],
"path": null
}
2025-12-31 13:50.16: Checking out commit 9e18d7a4. To reproduce:
git clone --recursive "https://github.com/tarides/tarides.com.git" && cd "tarides.com" && git fetch origin "refs/pull/1073/head" && git reset --hard 9e18d7a4
2025-12-31 13:50.16: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/tarides.com.git-c625fb5f52c964610b54f32d27d46965b6bf2fad211456d66e1ff8a0f4c02fec/.git"
"/tmp/git-checkout32df438"
2025-12-31 13:50.17: Exec: "git" "-C" "/tmp/git-checkout32df438" "submodule"
"deinit" "--force" "--all"
2025-12-31 13:50.17: Exec: "git" "-C" "/tmp/git-checkout32df438" "reset"
"--hard" "-q" "9e18d7a4465a503341b81a27c77651d737970693"
2025-12-31 13:50.19: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout32df438" "submodule" "update"
"--recursive" "--init" "--no-fetch"
2025-12-31 13:50.19: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout32df438/Dockerfile"
"--iidfile" "/tmp/git-checkout32df438/docker-iid"
"--" "/tmp/git-checkout32df438"
#0 building with "default" instance using docker driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 1.98kB done
#1 DONE 0.0s
#2 [internal] load metadata for docker.io/library/alpine:3.22
#2 DONE 0.7s
#3 [internal] load .dockerignore
#3 transferring context: 77B done
#3 DONE 0.0s
#4 [build 1/13] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
#4 DONE 0.0s
#5 [internal] load build context
#5 transferring context: 566.64MB 1.8s done
#5 DONE 2.0s
#6 [build 6/13] COPY --link dune-project .
#6 CACHED
#7 [build 7/13] RUN dune --version && dune pkg lock && dune build @pkg-install
#7 CACHED
#8 [build 2/13] RUN --mount=type=cache,target=/var/cache/apk,sharing=locked ln -s /var/cache/apk /etc/apk/cache && apk -U upgrade && apk add autoconf curl-dev gmp-dev imagemagick imagemagick-jpeg imagemagick-webp inotify-tools libev-dev oniguruma-dev openssl-dev curl bash gcc musl-dev make m4 git autoconf
#8 CACHED
#9 [build 3/13] WORKDIR /root
#9 CACHED
#10 [build 4/13] RUN curl -fsSL https://get.dune.build/install | sh
#10 CACHED
#11 [build 5/13] COPY --link tarides-com.opam .
#11 CACHED
#12 [build 8/13] COPY --link ./generate-images.sh .
#12 CACHED
#13 [build 9/13] COPY --link data/ data/
#13 DONE 2.4s
#14 [build 10/13] COPY --link src/gen src/gen
#14 DONE 0.2s
#15 [build 11/13] RUN ./generate-images.sh
#15 0.209 + dune exec -- src/gen/main.exe file.dune
#15 7.809 + dune build @convert
#15 DONE 344.6s
#16 [build 12/13] COPY --link . .
#16 DONE 2.0s
#17 [build 13/13] RUN dune build && dune build --profile=release
#17 8.140 File "src/data/dune", lines 42-52, characters 0-226:
#17 8.140 42 | (rule
#17 8.140 43 | (target paper_gen.ml)
#17 8.140 44 | (deps
#17 8.140 45 | (source_tree %{workspace_root}/data/papers/)
#17 8.140 46 | (:gen %{workspace_root}/src/gen/main.exe))
#17 8.140 47 | (action
#17 8.140 48 | (chdir
#17 8.140 49 | %{workspace_root}
#17 8.140 50 | (with-stdout-to
#17 8.140 51 | %{target}
#17 8.140 52 | (run %{gen} paper)))))
#17 8.140 gen: internal error, uncaught exception:
#17 8.140 Failure("cannot read papers/papers.yml: error calling parser: mapping values are not allowed in this context character 0 position 0 returned: 0")
#17 8.140 Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
#17 8.140 Called from Dune__exe__Paper.all in file "src/gen/paper.ml", line 31, characters 2-28
#17 8.140 Called from Dune__exe__Paper.template in file "src/gen/paper.ml", line 37, characters 4-12
#17 8.140 Called from Dune__exe__Main.cmds.(fun) in file "src/gen/main.ml", line 19, characters 48-61
#17 8.140 Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 22, characters 19-24
#17 8.140 Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 41, characters 7-16
#17 ERROR: process "/bin/sh -c dune build && dune build --profile=release" did not complete successfully: exit code: 1
------
> [build 13/13] RUN dune build && dune build --profile=release:
8.140 51 | %{target}
8.140 52 | (run %{gen} paper)))))
8.140 gen: internal error, uncaught exception:
8.140 Failure("cannot read papers/papers.yml: error calling parser: mapping values are not allowed in this context character 0 position 0 returned: 0")
8.140 Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
8.140 Called from Dune__exe__Paper.all in file "src/gen/paper.ml", line 31, characters 2-28
8.140 Called from Dune__exe__Paper.template in file "src/gen/paper.ml", line 37, characters 4-12
8.140 Called from Dune__exe__Main.cmds.(fun) in file "src/gen/main.ml", line 19, characters 48-61
8.140 Called from Cmdliner_term.app.(fun) in file "cmdliner_term.ml", line 22, characters 19-24
8.140 Called from Cmdliner_eval.run_parser in file "cmdliner_eval.ml", line 41, characters 7-16
------
Dockerfile:48
--------------------
46 | RUN ./generate-images.sh
47 | COPY --link . .
48 | >>> RUN dune build && dune build --profile=release
49 |
50 | FROM alpine:3.22 AS run
--------------------
ERROR: failed to solve: process "/bin/sh -c dune build && dune build --profile=release" did not complete successfully: exit code: 1
2025-12-31 13:56.28: Job failed: Docker build exited with status 1