Organisationsgildor478ocamlifyb43f9d (master)debian-12-5.3_x86_32_opam-2.4

debian-12-5.3_x86_32_opam-2.4

Link Copied
Code Copied

Logs

2025-08-20 17:11.31: New job: test gildor478/ocamlify https://github.com/gildor478/ocamlify.git#refs/heads/master (b43f9de4c9cb6c64b49d275212b4e3dcb414b658) (linux-x86_64:debian-12-5.3_x86_32_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9
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:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9
# debian-12-5.3_x86_32_opam-2.4
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.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && 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.20.0 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.4 --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-08-20 17:11.31: Using cache hint "gildor478/ocamlify-ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9-debian-12-5.3_x86_32_opam-2.4-a33fbe62e8671d7741d08fbcf4c62988"
2025-08-20 17:11.31: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9)
(comment debian-12-5.3_x86_32_opam-2.4)
(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.4 /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 f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && 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.20.0 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.4 --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-08-20 17:11.31: Waiting for resource in pool OCluster
2025-08-20 20:24.04: Waiting for worker…
2025-08-20 20:28.12: Got resource from pool OCluster
Building on clete.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:85f1c5823a34a558087e5d91a44b0a0f279fce357afac790ff2dd305d27e2ad9)
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-08-20 20:28.12 ---> using "76f339b5531c82b9ebc370e2d62886f08ca0f9d95e232f579b85bf4353dbed75" from cache


/: (comment debian-12-5.3_x86_32_opam-2.4)


/: (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.4 /usr/bin/opam"))
2025-08-20 20:28.12 ---> using "bde27265049f66f3f9cc3d08ade1dfe503cb1246a09dbf6b941ddd1aa9ec3c48" from cache


/src: (run (shell "opam init --reinit -ni"))
This 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.


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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-08-20 20:28.12 ---> using "ad51dbcf1495dc1b966009261efba2ea8589eb519f466fe241b0822ab48589db" 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.4.1
2025-08-20 20:28.12 ---> using "12946616e3e7bdfda647bdf3bfd02f0e37623c80a5c491be779cbcf4242c8bb3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-08-20 20:28.12 ---> using "be4cea2ad216e0ad0dc9e32317f419f34bf05dce298590325a0b63f5937737b0" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee8b9193dd..0978bfceb7  master     -> origin/master
f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-08-20 20:28.12 ---> using "8f3500e1bee48d7b737332647b0daf42cf357baf19275869cbc1b678237e8acf" from cache


/src: (copy (src ocamlify.opam) (dst ./))
2025-08-20 20:28.13 ---> saved as "4fd423337e7a772e4d47be85c4b7409a9ede3dd5a3ae473bbd65ea968cd2a9f6"


/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-08-20 20:28.17 ---> saved as "b7aad590e308057d758c8a586be786733c56896284cfba492b66f7f186cf96d5"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-20 20:28.17 ---> saved as "c388b0d2819981f00d763ebe8dad32232e0a150607fb78c1491367068806b77d"


/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.20.0 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.4 --depext-only -y ocamlify.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm-updates/main i386 Packages.diff/Index [21.8 kB]
- Ign:4 http://deb.debian.org/debian bookworm-updates/main i386 Packages.diff/Index
- Get:5 http://deb.debian.org/debian bookworm-updates/main i386 Packages [6924 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [267 kB]
- Fetched 551 kB in 1s (497 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-08-20 20:28.40 ---> saved as "080c586d14f9e6967ffba672cf2d290ab802c3519a2c07f41149c889a6cf8cbd"


/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.20.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved dune.3.20.0  (cached)
-> installed dune.3.20.0
-> installed camlp-streams.5.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-20 20:34.23 ---> saved as "49b61d8d7f11fef5eec7e8ca347409553120465341a034e94876358bd08744c0"


/src: (copy (src .) (dst /src))
2025-08-20 20:34.24 ---> saved as "5f7834bdd33192994b6763ddb30a7b2e4ece3ecc49d249eb4189e53e7b2e11a0"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-08-20 20:34.27 ---> saved as "3b3407478c234b09f55d8c7c1541851d1184671d4cdd4b79680451574aecdf1d"
Job succeeded
2025-08-20 20:34.27: Job succeeded