Organisationsbacktrackingocaml-hashcons9d6a78 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-04-28 18:44.06: New job: test backtracking/ocaml-hashcons https://github.com/backtracking/ocaml-hashcons.git#refs/heads/master (9d6a7855e70ac59f8e434efdc301aa9c9bc81991) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/ocaml-hashcons.git" -b "master" && cd "ocaml-hashcons" && git reset --hard 9d6a7855
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
# debian-13-4.14_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 hashcons.opam ./
RUN opam pin add -yn hashcons.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.2.9.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y hashcons.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-04-28 18:44.06: Using cache hint "backtracking/ocaml-hashcons-ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126-debian-13-4.14_opam-2.5-adc9d14366f3b1b826f4a795f9bca28c"
2026-04-28 18:44.06: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)
(comment debian-13-4.14_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src hashcons.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn hashcons.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.2.9.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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.5 --depext-only -y hashcons.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-04-28 18:44.06: Waiting for resource in pool OCluster
2026-04-28 19:33.45: Waiting for worker…
2026-04-28 19:36.26: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 9d6a785 fixes for ocaml-ci


(from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126' locally
docker.io/ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126: Pulling from ocaml/opam
8f6ad858d0a4: Pulling fs layer
9cb5e198c8cf: Pulling fs layer
2d346d36dcf2: Pulling fs layer
cdc35e289b8d: Pulling fs layer
8f6ad858d0a4: Waiting
aeb7244bb580: Pulling fs layer
9cb5e198c8cf: Waiting
2d346d36dcf2: Waiting
fc1943254a0d: Pulling fs layer
cdc35e289b8d: Waiting
aeb7244bb580: Waiting
84238c416f8e: Pulling fs layer
fbbfe75d3112: Pulling fs layer
fc1943254a0d: Waiting
221fdc5d9929: Pulling fs layer
1fec9149b52a: Pulling fs layer
fbbfe75d3112: Waiting
84238c416f8e: Waiting
9c6e52557f24: Pulling fs layer
8737f5036aae: Pulling fs layer
9c6e52557f24: Waiting
1fec9149b52a: Waiting
d69c4074de14: Pulling fs layer
7237152a5f04: Pulling fs layer
fba4b414d8a0: Pulling fs layer
7237152a5f04: Waiting
40d552afb3ef: Pulling fs layer
fba4b414d8a0: Waiting
077cc17dc8e4: Pulling fs layer
40d552afb3ef: Waiting
077cc17dc8e4: Waiting
169e1be36a55: Pulling fs layer
0a8a005097ab: Pulling fs layer
169e1be36a55: Waiting
caba3ec4b361: Pulling fs layer
6a364dc641f8: Pulling fs layer
caba3ec4b361: Waiting
4f4fb700ef54: Pulling fs layer
0a8a005097ab: Waiting
ab8052928cdc: Pulling fs layer
f5717a28dd6a: Pulling fs layer
79233a9b9bed: Pulling fs layer
d832d53e7392: Pulling fs layer
1872dad82243: Pulling fs layer
6a364dc641f8: Waiting
ab8052928cdc: Waiting
79233a9b9bed: Waiting
bfd849b08ba7: Pulling fs layer
f5717a28dd6a: Waiting
834a8024ef15: Pulling fs layer
1872dad82243: Waiting
98ccec79258b: Pulling fs layer
834a8024ef15: Waiting
fb48f36a0542: Pulling fs layer
bfd849b08ba7: Waiting
98ccec79258b: Waiting
d832d53e7392: Waiting
3688b13db8e7: Pulling fs layer
a5c099f5f72c: Pulling fs layer
1ff1760de5b0: Pulling fs layer
3688b13db8e7: Waiting
98eec6764aa5: Pulling fs layer
1ff1760de5b0: Waiting
aa22ae69debd: Pulling fs layer
12bfb7b962a2: Pulling fs layer
ec25ce9bb816: Pulling fs layer
aa22ae69debd: Waiting
beadd3cf7357: Pulling fs layer
12bfb7b962a2: Waiting
d0d0c65a426d: Pulling fs layer
ec25ce9bb816: Waiting
27080da82c6b: Pulling fs layer
3b99adeb504e: Pulling fs layer
beadd3cf7357: Waiting
867c8a52ad10: Pulling fs layer
d0d0c65a426d: Waiting
3b99adeb504e: Waiting
01ca275a6ca2: Pulling fs layer
01ca275a6ca2: Waiting
9cb5e198c8cf: Download complete
2d346d36dcf2: Verifying Checksum
2d346d36dcf2: Download complete
aeb7244bb580: Verifying Checksum
aeb7244bb580: Download complete
8f6ad858d0a4: Verifying Checksum
8f6ad858d0a4: Download complete
cdc35e289b8d: Verifying Checksum
cdc35e289b8d: Download complete
84238c416f8e: Verifying Checksum
84238c416f8e: Download complete
fbbfe75d3112: Verifying Checksum
fbbfe75d3112: Download complete
1fec9149b52a: Verifying Checksum
1fec9149b52a: Download complete
9c6e52557f24: Verifying Checksum
9c6e52557f24: Download complete
221fdc5d9929: Verifying Checksum
221fdc5d9929: Download complete
8737f5036aae: Verifying Checksum
8737f5036aae: Download complete
d69c4074de14: Verifying Checksum
d69c4074de14: Download complete
fba4b414d8a0: Verifying Checksum
fba4b414d8a0: Download complete
7237152a5f04: Verifying Checksum
7237152a5f04: Download complete
40d552afb3ef: Download complete
077cc17dc8e4: Verifying Checksum
077cc17dc8e4: Download complete
fc1943254a0d: Verifying Checksum
fc1943254a0d: Download complete
169e1be36a55: Download complete
0a8a005097ab: Download complete
caba3ec4b361: Verifying Checksum
caba3ec4b361: Download complete
6a364dc641f8: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
ab8052928cdc: Download complete
f5717a28dd6a: Verifying Checksum
f5717a28dd6a: Download complete
79233a9b9bed: Verifying Checksum
79233a9b9bed: Download complete
8f6ad858d0a4: Pull complete
9cb5e198c8cf: Pull complete
2d346d36dcf2: Pull complete
d832d53e7392: Verifying Checksum
d832d53e7392: Download complete
1872dad82243: Verifying Checksum
1872dad82243: Download complete
bfd849b08ba7: Download complete
834a8024ef15: Download complete
98ccec79258b: Download complete
fb48f36a0542: Verifying Checksum
fb48f36a0542: Download complete
cdc35e289b8d: Pull complete
aeb7244bb580: Pull complete
3688b13db8e7: Download complete
a5c099f5f72c: Verifying Checksum
a5c099f5f72c: Download complete
1ff1760de5b0: Download complete
aa22ae69debd: Download complete
ec25ce9bb816: Verifying Checksum
ec25ce9bb816: Download complete
beadd3cf7357: Download complete
d0d0c65a426d: Verifying Checksum
d0d0c65a426d: Download complete
12bfb7b962a2: Verifying Checksum
12bfb7b962a2: Download complete
3b99adeb504e: Download complete
867c8a52ad10: Verifying Checksum
867c8a52ad10: Download complete
27080da82c6b: Verifying Checksum
27080da82c6b: Download complete
01ca275a6ca2: Download complete
98eec6764aa5: Verifying Checksum
98eec6764aa5: Download complete
fc1943254a0d: Pull complete
84238c416f8e: Pull complete
fbbfe75d3112: Pull complete
221fdc5d9929: Pull complete
1fec9149b52a: Pull complete
9c6e52557f24: Pull complete
8737f5036aae: Pull complete
d69c4074de14: Pull complete
7237152a5f04: Pull complete
fba4b414d8a0: Pull complete
40d552afb3ef: Pull complete
077cc17dc8e4: Pull complete
169e1be36a55: Pull complete
0a8a005097ab: Pull complete
caba3ec4b361: Pull complete
6a364dc641f8: Pull complete
4f4fb700ef54: Pull complete
ab8052928cdc: Pull complete
f5717a28dd6a: Pull complete
79233a9b9bed: Pull complete
d832d53e7392: Pull complete
1872dad82243: Pull complete
bfd849b08ba7: Pull complete
834a8024ef15: Pull complete
98ccec79258b: Pull complete
fb48f36a0542: Pull complete
3688b13db8e7: Pull complete
a5c099f5f72c: Pull complete
1ff1760de5b0: Pull complete
98eec6764aa5: Pull complete
aa22ae69debd: Pull complete
12bfb7b962a2: Pull complete
ec25ce9bb816: Pull complete
beadd3cf7357: Pull complete
d0d0c65a426d: Pull complete
27080da82c6b: Pull complete
3b99adeb504e: Pull complete
867c8a52ad10: Pull complete
01ca275a6ca2: Pull complete
Digest: sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
Status: Downloaded newer image for ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
2026-04-28 19:36.27 ---> using "d0e330c08fa445d83f06df86dbe749aac73c20b9c3be340824d01a143f189b82" from cache


/: (comment debian-13-4.14_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-04-28 19:36.27 ---> using "f59e5580f17ca54c6c0f0e8726a93a153599c5e1ef8bf3f75a71ea998e4d5bd4" 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 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 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-28 19:36.27 ---> using "e5f050c685be6325713c9c81ec0604f69b60a3eb2e3c52aa4f8819fabb9fa2cd" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-28 19:36.27 ---> using "71c131cebc84b80d37c64736b2b671e51b17c599ce05b0c60675c940259a4b2d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-28 19:36.27 ---> using "a5f96b2cefe3b06adfa1cbb2cf3eb286dd052053da8bf6c0b210857fc5d42690" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
31462e7d24 Merge pull request #29451 from dra27/relocatable-package


<><> 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.5.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-04-28 19:36.27 ---> using "32cf803ca9b991a29065f5b0dcd66bea9f6051de4eb0f39a4fa6603c28a42dc3" from cache


/src: (copy (src hashcons.opam) (dst ./))
2026-04-28 19:36.27 ---> saved as "faafc46e440c6d1fe73a2efe1e5ea5b8191d35663e9b2960371676b1d631ca85"


/src: (run (network host)
(shell "opam pin add -yn hashcons.dev './'"))
[hashcons.dev] synchronised (file:///src)
[WARNING] Failed checks on hashcons package definition from source at file:///src:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "LGPL-2.1"
hashcons is now pinned to file:///src (version dev)
2026-04-28 19:36.29 ---> saved as "b6392cf82e3f439eeb5a16540d9892caef2fa29fd25015001c2645bc906b1467"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-28 19:36.29 ---> saved as "d35035fb3832b7a8406686ffaef4fda50dc16a52ae8646ef0542058638bccb30"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.2.9.3 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 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.5 --depext-only -y hashcons.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main amd64 Packages [129 kB]
- Fetched 219 kB in 0s (1968 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hashcons.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.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-04-28 19:36.37 ---> saved as "3cee19f6867d8868db896df07fd200e48e9d21be4e84f0ced1531d5188fce174"


/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.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 1 package
- install dune 2.9.3


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.2.9.3  (cached)
-> installed dune.2.9.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-28 19:36.55 ---> saved as "621ba3470b8031189b870f2797fccb663b026d2876c0839473ccd6abb9e266a1"


/src: (copy (src .) (dst /src))
2026-04-28 19:36.55 ---> saved as "d4ef1309fb95a258964ada71f9357e852a4430c97fb0524b014db3b4b9a1b4b2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
rule110 alias runtest
table length: 1000007 / nb. entries: 80031 / sum of bucket length: 231662
smallest bucket: 0 / median bucket: 0 / biggest bucket: 7
66188 results
test_qs alias runtest
subst count: 5868
top heap words: 188416 (736 kb)
table length: 10007 / nb. entries: 6506 / sum of bucket length: 14745
smallest bucket: 0 / median bucket: 0 / biggest bucket: 7
2026-04-28 19:36.58 ---> saved as "fe69dc093fd5b2818d340f9f63b7e5fb00b07f304c6c71e14715dcbe54b8225d"
Job succeeded
2026-04-28 19:36.58: Job succeeded