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

debian-13-5.4_ppc64_opam-2.5

Logs

Show full logs
2026-04-16 16:37.51: New job: test backtracking/ocaml-hashcons https://github.com/backtracking/ocaml-hashcons.git#refs/heads/master (9d6a7855e70ac59f8e434efdc301aa9c9bc81991) (linux-ppc64:debian-13-5.4_ppc64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd
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:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd
# debian-13-5.4_ppc64_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-16 16:37.51: Using cache hint "backtracking/ocaml-hashcons-ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd-debian-13-5.4_ppc64_opam-2.5-328aa0a01541641a5d1839296f6a75ed"
2026-04-16 16:37.51: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd)
 (comment debian-13-5.4_ppc64_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-16 16:37.51: Waiting for resource in pool OCluster
2026-04-16 16:37.52: Waiting for worker…
2026-04-16 16:37.52: Got resource from pool OCluster
Building on scyleia.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:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd' locally
docker.io/ocaml/opam@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd: Pulling from ocaml/opam
Digest: sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd
Status: Downloaded newer image for ocaml/opam@sha256:6f6db0fbe251d5399e1d307aa29648bfad8e878e5e739d78d5a8629b6d5f69bd
2026-04-16 16:37.52 ---> using "cb2c910d515c1f3970eb53650720ba97de566a13693c58b45eb595cdcfba01ee" from cache

/: (comment debian-13-5.4_ppc64_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-16 16:37.52 ---> using "3093075fce671cf0f27254b3d51ae799ab00fc7592ff192c6e19d110e80a4aae" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-16 16:37.52 ---> using "7288b528cb2b86ad0c8ef15cdc956cd0013d29671bc10a2016d79fa0d971af38" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-16 16:37.52 ---> using "0c9290d8da03c97184fcfa6acd15c44312a566c33cfb162e105b78c1269c798f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-16 16:37.52 ---> using "420eae9aa094b4f37b692695880233ff53f64f1c6bd219c67211187d9c396a67" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible
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-16 16:37.52 ---> using "4cc5d58e3e8d447e84993e56596a85973df5fc930c2b84407daf1b04174e5e0a" from cache

/src: (copy (src hashcons.opam) (dst ./))
2026-04-16 16:37.52 ---> using "02f8e8a381296f790398e22705243cbf7b59e1a1d508f27603b50af66b44d5df" from cache

/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-16 16:37.52 ---> using "4e4c3482f44f798420d3da88faffafc420ad686f7b33ad2071d15212e19c825c" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 16:37.52 ---> using "523c4e1ee7292447705936afd69059d3044ead836cb588c26bfa8e94efe29250" from cache

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.22.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 ppc64el Packages [118 kB]
- Fetched 208 kB in 0s (1870 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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-16 16:38.03 ---> saved as "f988f71b8cae86a4053cec73efd3ed2223536d8f8cbc2c43a34e705206c50a06"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.2  (cached)
-> installed dune.3.22.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-16 16:38.57 ---> saved as "4cc7515e9a80a60e2441b0263c99d9c92108e31f6042b5cd1396580d005c72f1"

/src: (copy (src .) (dst /src))
2026-04-16 16:38.57 ---> saved as "e68c03f3e71057163b8aa904f19645855924f3d37262837fdb3e67671c67a920"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && ./rule110.exe)
table length: 1000007 / nb. entries: 80031 / sum of bucket length: 231445
smallest bucket: 0 / median bucket: 0 / biggest bucket: 7
66188 results
(cd _build/default && ./test_qs.exe)
subst count: 5749
top heap words: 211780 (827 kb)
table length: 10007 / nb. entries: 6204 / sum of bucket length: 14745
smallest bucket: 0 / median bucket: 0 / biggest bucket: 7
2026-04-16 16:39.01 ---> saved as "ceb6fb889568d33f920654f766709fdca8cc698dc612b216f0e4acbe7dff2ad4"
Job succeeded
2026-04-16 16:39.01: Job succeeded