2025-06-12 14:19.49: New job: test gildor478/ocamlify https://github.com/gildor478/ocamlify.git#refs/heads/master (b43f9de4c9cb6c64b49d275212b4e3dcb414b658) (linux-arm64:debian-12-5.3_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/gildor478/ocamlify.git" -b "master" && cd "ocamlify" && git reset --hard b43f9de4
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a
# debian-12-5.3_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlify.opam ./
RUN opam pin add -yn ocamlify.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlify.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
2025-06-12 14:19.49: Using cache hint "gildor478/ocamlify-ocaml/opam:debian-12-ocaml-5.3@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a-debian-12-5.3_arm32_opam-2.3-5bdb3964e7f46a3e26be0f4dc00c4e8e"
2025-06-12 14:19.49: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a)
(comment debian-12-5.3_arm32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src ocamlify.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn ocamlify.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 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.3 --depext-only -y ocamlify.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"))
)
2025-06-12 14:19.49: Waiting for resource in pool OCluster
2025-06-12 16:21.54: Waiting for worker…
2025-06-12 16:39.52: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
All commits already cached
HEAD is now at b43f9de Don't try to build doc, there is no doc for this binary.
(from ocaml/opam:debian-12-ocaml-5.3@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a' locally
docker.io/ocaml/opam@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a: Pulling from ocaml/opam
515e683c74c7: Pulling fs layer
515e683c74c7: Download complete
515e683c74c7: Pull complete
Digest: sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a
Status: Downloaded newer image for ocaml/opam@sha256:018764e3499a56663f2ea799630e223ac3f2296c3f25c78819939158770b033a
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-06-12 16:39.53 ---> using "7d0f3bbf8e4606467990f0d3260a56f28bc9f918f60084e2a7f3c23aecc7ca63" from cache
/: (comment debian-12-5.3_arm32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-12 16:39.53 ---> using "1ea2b2c8e28a4fa3dfabd184730f704a12ed2ac868c1490d45550df2548a8a3a" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
Continue? [y/n] y
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-12 16:39.53 ---> using "e708697f3fb8d92330b62e793b8a0aa83df245d9726d3e554ced63b43d381d17" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-12 16:39.53 ---> using "e03217bf14090b29b2601b5ce9de000d586fd22544091f17d656df70b0ab1a72" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-12 16:39.53 ---> using "d42d1f211ba77e8a2143960d324dce378c0e811e49cfd51c9779365a19ddc2be" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bc726805e3..a28eb8a148 master -> origin/master
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-12 16:39.53 ---> using "d065da02a0f37a92ac7969e6badd8bdd9c47d2e18902cf137e80828bc722426d" from cache
/src: (copy (src ocamlify.opam) (dst ./))
2025-06-12 16:39.54 ---> saved as "b6ff8cc0d19ed0b1aeaa181b93159fd62d9faad566bf4814655b6c2b772d0f1e"
/src: (run (network host)
(shell "opam pin add -yn ocamlify.dev './'"))
[ocamlify.dev] synchronised (file:///src)
ocamlify is now pinned to file:///src (version dev)
2025-06-12 16:39.56 ---> saved as "a06c04bad9124dd293a37a2ffc634c24ea3f243fbfc0c6d3752b03169dc114be"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-12 16:39.56 ---> saved as "b28ab4ea65d567091314776661ddb20b65f32a90f2ce19ddbaa51b455b281fee"
/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 dune.3.19.1 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlify.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [247 kB]
- Fetched 350 kB in 1s (679 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlify.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-06-12 16:40.10 ---> saved as "54ffb89195e8d52ee4d7cee374e74fdf91c916465844f51079a4459660fc2f7d"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 2 packages
- install camlp-streams 5.0.1
- install dune 3.19.1
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved dune.3.19.1 (cached)
-> installed dune.3.19.1
-> installed camlp-streams.5.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-12 16:41.12 ---> saved as "b3bcb12722a6c272e7652f57211531332c5f050ee500c417ee0e1e4960adff3b"
/src: (copy (src .) (dst /src))
2025-06-12 16:41.13 ---> saved as "a3ccbf760fffc5629c525411cd101162168b568d3510c6a07afbad52b2cad4f3"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-12 16:41.14 ---> saved as "da3e82dcd95fc35eeb4bebdba162e43d0bc21e85de27e9c783fb96b3e75b4f2f"
Job succeeded
2025-06-12 16:41.14: Job succeeded