Organisationssqidssqids-ocamld6a7ce (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-07-01 12:05.11: 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 5af9fe17257c2e27ab45502c4757e02cfef63b8e || git fetch origin master) && git reset -q --hard 5af9fe17257c2e27ab45502c4757e02cfef63b8e && 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-07-01 12:05.11: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-4.11@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4-debian-12-4.11_opam-2.3-c506d5d2994f8a7834f7751560969549"
2025-07-01 12:05.11: 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 5af9fe17257c2e27ab45502c4757e02cfef63b8e || git fetch origin master) && git reset -q --hard 5af9fe17257c2e27ab45502c4757e02cfef63b8e && 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-07-01 12:05.11: Waiting for resource in pool OCluster
2025-07-01 12:05.11: Waiting for worker…
2025-07-01 12:15.45: 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)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.11@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4' locally
docker.io/ocaml/opam@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4: Pulling from ocaml/opam
78ad157e30a7: Already exists
769a3370bb59: Pulling fs layer
fb6b773a0ec1: Pulling fs layer
002f66d5ffef: Pulling fs layer
6250e543dcf0: Pulling fs layer
6250e543dcf0: Waiting
fb6b773a0ec1: Verifying Checksum
fb6b773a0ec1: Download complete
002f66d5ffef: Download complete
6250e543dcf0: Verifying Checksum
6250e543dcf0: Download complete
769a3370bb59: Verifying Checksum
769a3370bb59: Download complete
769a3370bb59: Pull complete
fb6b773a0ec1: Pull complete
002f66d5ffef: Pull complete
6250e543dcf0: Pull complete
Digest: sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4
Status: Downloaded newer image for ocaml/opam@sha256:2dce75e675e23fd22a5db2cc9e93722dcd2627af3c514980c29ea1ca457ce0d4
2025-07-01 12:16.22 ---> 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-07-01 12:16.22 ---> 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.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-01 12:16.54 ---> saved as "db457c39dea794696525089a7e414c9d0f740c1cc332859594c0fbf073f6028a"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.11.2
2.3.0
2025-07-01 12:16.54 ---> saved as "82a727c63447dacebb33da98a89c439a755b0421b9c2e18520c1ade9fc4757bb"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-01 12:16.54 ---> saved as "22f54e858b19279035672d57e8e6438034ca4a55bb9ad8d10e46753f9c4229d4"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5af9fe17257c2e27ab45502c4757e02cfef63b8e || git fetch origin master) && git reset -q --hard 5af9fe17257c2e27ab45502c4757e02cfef63b8e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
c7269f729a..5af9fe1725  master     -> origin/master
5af9fe1725 Merge pull request #28119 from ocaml/mseri-patch-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-07-01 12:17.33 ---> saved as "8a93030eb562a0f3afbe0eac1dcf3aa5e7ca00c88650ae03b7369e2a27adfbc7"


/src: (copy (src sqids.opam) (dst ./))
2025-07-01 12:17.33 ---> saved as "05e90dd107257bca96af869c6f78b12e492121ceabcf5a5aefb543ccf10c4814"


/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-07-01 12:17.34 ---> saved as "5c24f9acff2304fcfc8027735ca38d14c551371b53694009ea3641fb397660a6"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-01 12:17.34 ---> saved as "2d7d7d41a918d683312abaefad9807462a501499b2e3131c0ca1da9ab93a59f9"


/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 [270 kB]
- Fetched 373 kB in 1s (730 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-07-01 12:18.04 ---> saved as "a71a52911d8c91de14760c70287803a6005dae828f47e95a5ac7a938041fb8ce"


/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-07-01 12:18.37 ---> saved as "1ba98c82ece720240372d487fb07a691f3759ebe15e2ff940b36cca45de4ab27"


/src: (copy (src .) (dst /src))
2025-07-01 12:18.37 ---> saved as "29cedeca5dd2ab8b0b9e82c7abaa00eae421cf7d8034006224eadbaa8d5daaff"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-07-01 12:18.39 ---> saved as "d678ff7aef95ed6d598c8b1ad29357d38b766f3899b23c3dd88bb385e3d2b1f5"
Job succeeded
2025-07-01 12:18.39: Job succeeded