Organisationsbacktrackingocaml-hashcons9d6a78 (master)debian-13-5.4_x86_32_opam-2.5

debian-13-5.4_x86_32_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:35.27: New job: test backtracking/ocaml-hashcons https://github.com/backtracking/ocaml-hashcons.git#refs/heads/master (9d6a7855e70ac59f8e434efdc301aa9c9bc81991) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f
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-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f
# debian-13-5.4_x86_32_opam-2.5
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-03 11:35.27: Using cache hint "backtracking/ocaml-hashcons-ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f-debian-13-5.4_x86_32_opam-2.5-73d63cedbf046dd62e70d08c54c56648"
2026-04-03 11:35.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f)
(comment debian-13-5.4_x86_32_opam-2.5)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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-03 11:35.27: Waiting for resource in pool OCluster
2026-04-03 11:36.44: Waiting for worker…
2026-04-03 11:39.11: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9d6a785 fixes for ocaml-ci


(from ocaml/opam:debian-13-ocaml-5.4@sha256:30070b9c98c970b58b5493dcfc5809f1437b956d581925cd1e4498e3be84024f)
2026-04-03 11:47.21 ---> using "6ef7c4dfa260c69dbf612c0803aa6fe165260bac8a8ff025165083c7f4ed60d5" from cache


/: (comment debian-13-5.4_x86_32_opam-2.5)


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


/: (shell /usr/bin/linux32 /bin/sh -c)


/: (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-03 11:47.21 ---> using "6070637481c758e5cea84d8fd48c7b367b64ae41b9c6d5510a91855bf6bd8368" 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-03 11:47.21 ---> using "f6fb08f30833a6f425444a0b0d5842399e7941155fa50e27c69030458654429b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-106-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-03 11:47.21 ---> using "62ac654a3761b416478ffcdcdd3186f0fa7eb4bf349dd01f0b072be695f9e5e9" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 11:47.21 ---> using "257ece4f5b38c88d6ce21f79de330467746628390bcc6cd8555cf5711f81e46c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.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 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-03 11:47.21 ---> using "76d93163518f28b36cf3903343e731411efd04690d4db972b45f4b27e331f11e" from cache


/src: (copy (src hashcons.opam) (dst ./))
2026-04-03 11:47.22 ---> saved as "84f94fff585e6b1cc608d86646e924c4b77e045e5324121d2415918e158c8362"


/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-03 11:47.23 ---> saved as "54fb52fdd4dd4456682d9d1488771a9e009d251eedda559340f0ecac8d93ad07"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 11:47.23 ---> saved as "4882903403f4d6b71717f77a512084103df4f0c4472f90ab7f6661b8652ffbef"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.22.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-option-bytecode-only.1 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"
- 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 i386 Packages [9430 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [112 kB]
- Fetched 9773 kB in 6s (1654 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-option-bytecode-only 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
# To update the current shell environment, run: eval $(opam env)
2026-04-03 11:47.38 ---> saved as "58ca7cd1463ba5c6b49517b8c7e316a96985e9d96a6e5e970d202641b9d1340a"


/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-option-bytecode-only 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 1 package
- install dune 3.22.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1  (cached)
-> installed dune.3.22.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 11:48.51 ---> saved as "f1b0c75210ed23450d4e975388ceb672673400d56af93b113f14f780da3748b6"


/src: (copy (src .) (dst /src))
2026-04-03 11:48.52 ---> saved as "147228b41ea8c1938d5afe398885c05aa5598b007c6b3b0036ae5a4d60809551"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && ./rule110.exe)
table length: 1000007 / nb. entries: 20224 / sum of bucket length: 60612
smallest bucket: 0 / median bucket: 0 / biggest bucket: 3
15469 results
(cd _build/default && ./test_qs.exe)
subst count: 4316
top heap words: 282349 (1102 kb)
table length: 10007 / nb. entries: 6204 / sum of bucket length: 14788
smallest bucket: 0 / median bucket: 0 / biggest bucket: 7
2026-04-03 11:49.03 ---> saved as "83e11cb6c7f1cb6b84123952d5d5b1af230ef912c14a53aa1c07d6101a8b605f"
Job succeeded
2026-04-03 11:49.03: Job succeeded