Organisationsedwintoroklintcstubs-arityaa3fdf ()alpine-3.22-4.14_opam-2.5

alpine-3.22-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-05 10:58.14: New job: test edwintorok/lintcstubs-arity https://github.com/edwintorok/lintcstubs-arity.git#refs/heads/main (aa3fdfa71c457f2bd8d5fdf5e958d9c2dd719401) (linux-x86_64:alpine-3.22-4.14_opam-2.5)
Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/edwintorok/lintcstubs-arity.git" -b "main" && cd "lintcstubs-arity" && git reset --hard aa3fdfa7
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
# alpine-3.22-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lintcstubs-arity.opam ./
RUN opam pin add -yn lintcstubs-arity.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs-arity.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-05 10:58.14: Using cache hint "edwintorok/lintcstubs-arity-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-58ed8303a6760168b34a19dfad1a712f"
2026-04-05 10:58.14: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
(comment alpine-3.22-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lintcstubs-arity.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn lintcstubs-arity.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs-arity.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-05 10:58.14: Waiting for resource in pool OCluster
2026-04-05 10:58.14: Waiting for worker…
2026-04-05 10:58.14: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at aa3fdfa Move to codeberg


(from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locally
docker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam
2d35ebdb57d9: Pulling fs layer
adfc86c1accf: Pulling fs layer
d09377907434: Pulling fs layer
a699cf44908b: Pulling fs layer
c088e74f1f31: Pulling fs layer
7e99e6eaa847: Pulling fs layer
db4b89a22482: Pulling fs layer
a699cf44908b: Waiting
c088e74f1f31: Waiting
f1f17593da04: Pulling fs layer
7e99e6eaa847: Waiting
db4b89a22482: Waiting
bb79fbf72548: Pulling fs layer
f1f17593da04: Waiting
bb79fbf72548: Waiting
cf69890848e3: Pulling fs layer
80e325d6146c: Pulling fs layer
cf69890848e3: Waiting
66a526c41d4c: Pulling fs layer
80e325d6146c: Waiting
347d38b311ac: Pulling fs layer
984612fde4c4: Pulling fs layer
66a526c41d4c: Waiting
347d38b311ac: Waiting
0ac0da982daa: Pulling fs layer
984612fde4c4: Waiting
209c9bca9b0e: Pulling fs layer
0ac0da982daa: Waiting
3d3356d548ff: Pulling fs layer
209c9bca9b0e: Waiting
c072da09f122: Pulling fs layer
4f4fb700ef54: Pulling fs layer
eff3d806a4a8: Pulling fs layer
3d3356d548ff: Waiting
c072da09f122: Waiting
4f4fb700ef54: Waiting
f5c413f5234b: Pulling fs layer
eff3d806a4a8: Waiting
09ddc5430e22: Pulling fs layer
f5c413f5234b: Waiting
2c7c283b1afc: Pulling fs layer
4af9a971b585: Pulling fs layer
df8d9be3e30d: Pulling fs layer
09ddc5430e22: Waiting
2c7c283b1afc: Waiting
4af9a971b585: Waiting
5e55ae3325a7: Pulling fs layer
df8d9be3e30d: Waiting
635cb27b4304: Pulling fs layer
5e55ae3325a7: Waiting
635cb27b4304: Waiting
898fbde8ad42: Pulling fs layer
66c0ffc92413: Pulling fs layer
898fbde8ad42: Waiting
c8cca855638d: Pulling fs layer
66c0ffc92413: Waiting
45d2501a899c: Pulling fs layer
c8cca855638d: Waiting
10b0fe6926c2: Pulling fs layer
45d2501a899c: Waiting
0a1d7b83a687: Pulling fs layer
2c3441915309: Pulling fs layer
3d1a575b1bb0: Pulling fs layer
10b0fe6926c2: Waiting
2c3441915309: Waiting
0a1d7b83a687: Waiting
6e5fa830b59d: Pulling fs layer
3d1a575b1bb0: Waiting
72225f5a6449: Pulling fs layer
6e5fa830b59d: Waiting
5a8b6a59afe3: Pulling fs layer
72225f5a6449: Waiting
81299dd100ce: Pulling fs layer
5a8b6a59afe3: Waiting
ad267db4d3a7: Pulling fs layer
81299dd100ce: Waiting
de32f8de692b: Pulling fs layer
ad267db4d3a7: Waiting
de32f8de692b: Waiting
adfc86c1accf: Verifying Checksum
adfc86c1accf: Download complete
d09377907434: Verifying Checksum
d09377907434: Download complete
c088e74f1f31: Verifying Checksum
c088e74f1f31: Download complete
a699cf44908b: Verifying Checksum
a699cf44908b: Download complete
2d35ebdb57d9: Verifying Checksum
2d35ebdb57d9: Download complete
2d35ebdb57d9: Pull complete
adfc86c1accf: Pull complete
d09377907434: Pull complete
db4b89a22482: Verifying Checksum
db4b89a22482: Download complete
bb79fbf72548: Verifying Checksum
bb79fbf72548: Download complete
7e99e6eaa847: Verifying Checksum
7e99e6eaa847: Download complete
80e325d6146c: Verifying Checksum
80e325d6146c: Download complete
f1f17593da04: Verifying Checksum
f1f17593da04: Download complete
347d38b311ac: Download complete
66a526c41d4c: Verifying Checksum
66a526c41d4c: Download complete
984612fde4c4: Download complete
0ac0da982daa: Verifying Checksum
0ac0da982daa: Download complete
cf69890848e3: Verifying Checksum
cf69890848e3: Download complete
209c9bca9b0e: Verifying Checksum
209c9bca9b0e: Download complete
a699cf44908b: Pull complete
3d3356d548ff: Verifying Checksum
3d3356d548ff: Download complete
c088e74f1f31: Pull complete
c072da09f122: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
eff3d806a4a8: Download complete
7e99e6eaa847: Pull complete
09ddc5430e22: Download complete
db4b89a22482: Pull complete
f5c413f5234b: Verifying Checksum
f5c413f5234b: Download complete
4af9a971b585: Verifying Checksum
4af9a971b585: Download complete
f1f17593da04: Pull complete
5e55ae3325a7: Download complete
df8d9be3e30d: Verifying Checksum
df8d9be3e30d: Download complete
bb79fbf72548: Pull complete
cf69890848e3: Pull complete
2c7c283b1afc: Verifying Checksum
2c7c283b1afc: Download complete
898fbde8ad42: Verifying Checksum
898fbde8ad42: Download complete
635cb27b4304: Download complete
80e325d6146c: Pull complete
66a526c41d4c: Pull complete
347d38b311ac: Pull complete
984612fde4c4: Pull complete
0ac0da982daa: Pull complete
209c9bca9b0e: Pull complete
3d3356d548ff: Pull complete
c072da09f122: Pull complete
4f4fb700ef54: Pull complete
eff3d806a4a8: Pull complete
f5c413f5234b: Pull complete
09ddc5430e22: Pull complete
2c7c283b1afc: Pull complete
4af9a971b585: Pull complete
df8d9be3e30d: Pull complete
5e55ae3325a7: Pull complete
635cb27b4304: Pull complete
898fbde8ad42: Pull complete
66c0ffc92413: Verifying Checksum
66c0ffc92413: Download complete
c8cca855638d: Verifying Checksum
c8cca855638d: Download complete
66c0ffc92413: Pull complete
45d2501a899c: Verifying Checksum
c8cca855638d: Pull complete
45d2501a899c: Pull complete
0a1d7b83a687: Verifying Checksum
0a1d7b83a687: Download complete
3d1a575b1bb0: Verifying Checksum
3d1a575b1bb0: Download complete
6e5fa830b59d: Verifying Checksum
6e5fa830b59d: Download complete
72225f5a6449: Verifying Checksum
72225f5a6449: Download complete
2c3441915309: Verifying Checksum
2c3441915309: Download complete
81299dd100ce: Download complete
ad267db4d3a7: Download complete
de32f8de692b: Verifying Checksum
10b0fe6926c2: Verifying Checksum
10b0fe6926c2: Download complete
5a8b6a59afe3: Verifying Checksum
5a8b6a59afe3: Download complete
10b0fe6926c2: Pull complete
0a1d7b83a687: Pull complete
2c3441915309: Pull complete
3d1a575b1bb0: Pull complete
6e5fa830b59d: Pull complete
72225f5a6449: Pull complete
5a8b6a59afe3: Pull complete
81299dd100ce: Pull complete
ad267db4d3a7: Pull complete
de32f8de692b: Pull complete
Digest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
2026-04-05 11:00.22: Cancelling: Auto-cancelling job because it is no longer needed
2026-04-05 11:00.58 ---> saved as "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a"


/: (comment alpine-3.22-4.14_opam-2.5)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
Job cancelled