2025-06-12 14:19.49: New job: test gildor478/ocamlify https://github.com/gildor478/ocamlify.git#refs/heads/master (b43f9de4c9cb6c64b49d275212b4e3dcb414b658) (linux-x86_64:ubuntu-22.04-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:43d83fda882d62e0a7e22792ebef0eeb6d801f71a0691198e766a7a36ad7c472
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:ubuntu-22.04-ocaml-5.3@sha256:43d83fda882d62e0a7e22792ebef0eeb6d801f71a0691198e766a7a36ad7c472
# ubuntu-22.04-5.3_opam-2.3
USER 1000:1000
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-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:ubuntu-22.04-ocaml-5.3@sha256:43d83fda882d62e0a7e22792ebef0eeb6d801f71a0691198e766a7a36ad7c472-ubuntu-22.04-5.3_opam-2.3-9de10f6ffa4d1e402b4f1c4b53deaa6e"
2025-06-12 14:19.49: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:43d83fda882d62e0a7e22792ebef0eeb6d801f71a0691198e766a7a36ad7c472)
(comment ubuntu-22.04-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(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-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 18:00.13: Waiting for worker…
2025-06-12 18:02.42: 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:ubuntu-22.04-ocaml-5.3@sha256:43d83fda882d62e0a7e22792ebef0eeb6d801f71a0691198e766a7a36ad7c472)
2025-06-12 18:05.34 ---> using "d2f83622430924577e1eb3699b4b7f4ab4aa0f4e3ce03b2dc6632f2e1173633f" from cache
/: (comment ubuntu-22.04-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (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 18:05.34 ---> using "79a1e9ee271f1a390a7982806a7fe35ef9fe6ab57a8e3ec8f4da978fbd21fc3a" 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.
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.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-12 18:05.34 ---> using "c6f93ce448e6369f4e5e24455d9e5b02e25dbfdc7e70b29c8788bc24b9af2550" 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 18:05.34 ---> using "a78cf235220dcd3207d4cf5d8ccbae78d5ab93e5e460d434a4b653930373bd3d" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-12 18:05.34 ---> using "97e2c18894f7574b030b12f7f564c169dcb439fd23e2d585dd8a03b9187e0ea1" 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 18:05.34 ---> using "e7753395ac99f970e68966adbcb3784c29949b2d916e3a31aef4bfe3afed10e5" from cache
/src: (copy (src ocamlify.opam) (dst ./))
2025-06-12 18:05.35 ---> saved as "0719e39433cfa688e55b24986ac154faa8e5bffd542fc7a23aca59baa8efe250"
/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 18:05.39 ---> saved as "d1cf7c8f09305e2ea3c94b41fcad1148718c45e1b63836aeda90778672b540a9"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-12 18:05.40 ---> saved as "946a01b5907840ed44f84a6c2c615d73a3a7576c13d0389269813de2a50eed6f"
/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-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"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2984 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3296 kB]
- Fetched 9464 kB in 2s (4649 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-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 18:06.12 ---> saved as "0278f53d9d73aa16905af34cbc0403cf1b240510f605e5a645dca2d260e4909d"
/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-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 18:07.49 ---> saved as "443f8ad53937b54db41b880363cee2f8b057caed44b4fa19d804c0268e3a62a4"
/src: (copy (src .) (dst /src))
2025-06-12 18:07.49 ---> saved as "4e818a9d07cf5881363124264400327956ab88b0538c3decfa0e6e3d09b93fb0"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-12 18:07.51 ---> saved as "4ae8ad0dec40e41aceb659572958e2f9f960bffb5d95ed9082a34a963ed1b74a"
Job succeeded
2025-06-12 18:07.51: Job succeeded