Organisationssqidssqids-ocamld6a7ce (main)debian-13-4.13_opam-2.5

debian-13-4.13_opam-2.5

Logs

Show full logs
2026-01-16 11:36.18: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-x86_64:debian-13-4.13_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
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-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
# debian-13-4.13_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 qcheck-core.0.91"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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

2026-01-16 11:36.18: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4-debian-13-4.13_opam-2.5-a0c07bcb5e9668ef23e79bd1ca42d845"
2026-01-16 11:36.18: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4)
 (comment debian-13-4.13_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.21.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 qcheck-core.0.91")
 (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.5 --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"))
)

2026-01-16 11:36.18: Waiting for resource in pool OCluster
2026-01-16 11:36.18: Waiting for worker…
2026-01-16 11:37.26: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`

(from ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4' locally
docker.io/ocaml/opam@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Already exists
4197ec645389: Already exists
37cac33e41ff: Already exists
4cb993fb248e: Already exists
ca442870f91f: Already exists
b1d1a2fb5f4a: Already exists
0dea577b2801: Already exists
cc10daaea4fd: Already exists
5f878cb1723a: Already exists
8968959fa983: Already exists
5bdd9b9ed0e3: Already exists
55661c5b388f: Already exists
55661c5b388f: Already exists
92d1dc6907bd: Already exists
7100b414728b: Already exists
a6a54ddc9818: Already exists
a920ad627810: Already exists
4f4fb700ef54: Already exists
f7df7b6e19c0: Already exists
cd713d66718c: Already exists
6ed45ab2af86: Already exists
40598b80a8fe: Already exists
983f7969ff00: Already exists
40ec09ee09bd: Already exists
76a0afa38cd9: Already exists
1d5a564d139a: Already exists
82883b85a4f0: Already exists
1d8458efd73b: Already exists
2d80a9fac9ac: Already exists
4d69ee6ae94b: Already exists
ce8d28b713f1: Already exists
97580d938033: Already exists
da5fa40e04f8: Already exists
d7a499968f64: Already exists
28e5932c7c69: Already exists
81389c423fc3: Already exists
b21d322c80fa: Pulling fs layer
fb274369db19: Pulling fs layer
fd7436f92213: Pulling fs layer
86b35f7aa8e6: Pulling fs layer
b21d322c80fa: Waiting
86b35f7aa8e6: Waiting
fd7436f92213: Waiting
fb274369db19: Waiting
b21d322c80fa: Verifying Checksum
b21d322c80fa: Download complete
fb274369db19: Verifying Checksum
fb274369db19: Download complete
fd7436f92213: Verifying Checksum
fd7436f92213: Download complete
86b35f7aa8e6: Download complete
b21d322c80fa: Pull complete
fb274369db19: Pull complete
fd7436f92213: Pull complete
86b35f7aa8e6: Pull complete
Digest: sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
Status: Downloaded newer image for ocaml/opam@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
2026-01-16 11:46.33 ---> saved as "77d86fc582fd5d64dc2d56afe1fa48c6289dcb6e7199ff625e93465925f1cc1b"

/: (comment debian-13-4.13_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-16 11:46.33 ---> saved as "d0f2d069a666d2cf6a4cf20b007ee2a891786455ec6e467f9d594cef9dfe9426"

/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 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
2026-01-16 11:47.06 ---> saved as "3753fee51fd3117161bc73b892b31cfe3f11c313093553927f1299dea131222e"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.13.1
2.5.0
2026-01-16 11:47.06 ---> saved as "70bffbaf3ef1917850a728a6a723746931eafe0b43bb665d415c54f6f65765c8"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-16 11:47.07 ---> saved as "5c58870bc73533692c5604821dc86d1c08f179aa48a7fa070ae2ec98c494b372"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   16d9c0eb87..873cb18c37  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0

<><> 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 at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 11:47.29 ---> saved as "d0c9e1c826e9ac6113c32e06057e4c55095aa606f13651d8102c94934c70597f"

/src: (copy (src sqids.opam) (dst ./))
2026-01-16 11:47.29 ---> saved as "d8b9a936329887b56ee36f0d0fb6dd0371fb08814b27e495d53a1176877309ba"

/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)
2026-01-16 11:47.32 ---> saved as "a383d9e399b9eb2d52d4eec0ce642cb58b913215b1ccc9625cb47f39c0e6960f"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 11:47.33 ---> saved as "cb094dda86f9e44a09d5be1d749283497f9175892f3af8035261a95617b44ebe"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.21.0 ocaml.4.13.1 ocaml-base-compiler.4.13.1 ocaml-config.2 ocaml-options-vanilla.1 qcheck-core.0.91")

/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.5 --depext-only -y sqids.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]
- Fetched 9997 kB in 6s (1663 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[sqids.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-01-16 11:47.56 ---> saved as "c79198cab476154caf443f0993167a1eecbf4452ccaacd643767c9ecfb42f191"

/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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.21.0
  - install qcheck-core 0.91

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved qcheck-core.0.91  (cached)
-> retrieved dune.3.21.0  (cached)
-> installed dune.3.21.0
-> installed qcheck-core.0.91
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 11:49.23 ---> saved as "2b8d22c9b250310c630af339d686ec277d871f900b416ab25cacfaea4c1c4da3"

/src: (copy (src .) (dst /src))
2026-01-16 11:49.23 ---> saved as "76de49303cd77dceb5d0863859db46123274405bd3698c8c5319c3eba5fe42e2"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.Test_encoding_gen.eobjs/byte -I /home/opam/.opam/4.13/lib/qcheck-core -I lib/.sqids.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o tests/.Test_encoding_gen.eobjs/byte/dune__exe__Test_encoding_gen.cmo -c -impl tests/Test_encoding_gen.ml)
File "tests/Test_encoding_gen.ml", line 16, characters 5-19:
16 |     (Gen.small_list (Gen.int_bound max_int))
          ^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead
File "tests/Test_encoding_gen.ml", line 21, characters 5-19:
21 |     (Gen.small_list (Gen.small_int_corners ()))
          ^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead
File "tests/Test_encoding_gen.ml", line 21, characters 21-42:
21 |     (Gen.small_list (Gen.small_int_corners ()))
                          ^^^^^^^^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_int_corners
Use [int_small_corners] instead
(cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I tests/.Test_encoding_gen.eobjs/byte -I tests/.Test_encoding_gen.eobjs/native -I /home/opam/.opam/4.13/lib/qcheck-core -I lib/.sqids.objs/byte -I lib/.sqids.objs/native -intf-suffix .ml -no-alias-deps -opaque -o tests/.Test_encoding_gen.eobjs/native/dune__exe__Test_encoding_gen.cmx -c -impl tests/Test_encoding_gen.ml)
File "tests/Test_encoding_gen.ml", line 16, characters 5-19:
16 |     (Gen.small_list (Gen.int_bound max_int))
          ^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead
File "tests/Test_encoding_gen.ml", line 21, characters 5-19:
21 |     (Gen.small_list (Gen.small_int_corners ()))
          ^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_list
Use [list_small] instead
File "tests/Test_encoding_gen.ml", line 21, characters 21-42:
21 |     (Gen.small_list (Gen.small_int_corners ()))
                          ^^^^^^^^^^^^^^^^^^^^^
Error (alert deprecated): QCheck2.Gen.small_int_corners
Use [int_small_corners] instead
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-01-16 11:49.26: Job failed: Failed: Build failed