2025-06-30 10:22.04: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.11@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/sqids/sqids-ocaml.git" -b "main" && cd "sqids-ocaml" && git reset --hard d6a7ce6d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.11@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4
# debian-12-4.11_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 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 sqids.opam ./
RUN opam pin add -yn sqids.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.15.3 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 qcheck-core.0.25"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y sqids.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-30 10:22.04: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-4.11@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4-debian-12-4.11_opam-2.3-c506d5d2994f8a7834f7751560969549"
2025-06-30 10:22.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.11@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4)
(comment debian-12-4.11_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 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src sqids.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn sqids.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.3 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 qcheck-core.0.25")
(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 sqids.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-30 10:22.04: Waiting for resource in pool OCluster
2025-06-30 10:22.04: Waiting for worker…
2025-06-30 10:22.04: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/sqids-ocaml.git-4207b215f12045235c2902a08af84f4047587131/.git/
HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`
(from ocaml/opam:debian-12-ocaml-4.11@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4)
2025-06-30 10:22.20 ---> saved as "e6c058c747c2299c436bd88f68a27d5eb7648c2beb994ce56ec1e23a7fa3344f"
/: (comment debian-12-4.11_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-30 10:22.20 ---> saved as "f9e56d7c98fc281dfa36178e471c2c2fe7faa703b56b0c725fddfa7ffe2a90e3"
/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-30 10:22.48 ---> saved as "db457c39dea794696525089a7e414c9d0f740c1cc332859594c0fbf073f6028a"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-141-generic
The OCaml toplevel, version 4.11.2
2.3.0
2025-06-30 10:22.48 ---> saved as "82a727c63447dacebb33da98a89c439a755b0421b9c2e18520c1ade9fc4757bb"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-30 10:22.49 ---> saved as "22f54e858b19279035672d57e8e6438034ca4a55bb9ad8d10e46753f9c4229d4"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
c7269f729a..70ed6dc380 master -> origin/master
70ed6dc380 Merge pull request #28112 from hannesm/keep-dune-3-15-3
<><> 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-30 10:23.24 ---> saved as "eee4313c3ad9f0927500246865004bcc53d0efe689cce0f81bf4bd2c140c9c0d"
/src: (copy (src sqids.opam) (dst ./))
2025-06-30 10:23.24 ---> saved as "a2994c7f06969b590f290e79fa78b576b03ffcece493f5275cba5dca120c7ee8"
/src: (run (network host)
(shell "opam pin add -yn sqids.dev './'"))
[sqids.dev] synchronised (file:///src)
sqids is now pinned to file:///src (version dev)
2025-06-30 10:23.26 ---> saved as "60d6efaca3540064173e5fb63c11d74713b5ac42b20087284f62a71f1e20040a"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-30 10:23.26 ---> saved as "a16d7def81b11773af7ce35b3c1fdc8735f925ef6fd6449336e0fd913fd82132"
/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.15.3 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 qcheck-core.0.25")
/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 sqids.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 amd64 Packages [269 kB]
- Fetched 373 kB in 0s (1101 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqids.dev] synchronised (file:///src)
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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-bigarray is already installed (current version is base).
2025-06-30 10:23.35 ---> saved as "bc044e800f6cfad4e19e7d6a29b3380499d45d12166c351ebe03cd5dc6c427f1"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 2 packages
- install dune 3.15.3
- install qcheck-core 0.25
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved qcheck-core.0.25 (cached)
-> retrieved dune.3.15.3 (cached)
-> installed dune.3.15.3
-> installed qcheck-core.0.25
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-30 10:24.09 ---> saved as "05b7fd644fcaef133c074a2fbea2293d77c58fb1eec33132a81677238dd21483"
/src: (copy (src .) (dst /src))
2025-06-30 10:24.10 ---> saved as "ad09bcc0a8fe405526a77a254f024d92f434080a5cd84adb47b95f03c56a6aba"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-30 10:24.11 ---> saved as "776f6b3794b10e949bcabb33a64e43f37a305fdbe009874debcfce33d23af257"
Job succeeded
2025-06-30 10:24.12: Job succeeded