Organisationstmcgilchristdatalogfa08cf (master)alpine-3.23-5.4_opam-2.5

alpine-3.23-5.4_opam-2.5

Logs

Show full logs
2026-04-28 18:43.41: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:alpine-3.23-5.4_opam-2.5)
Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/tmcgilchrist/datalog.git" -b "master" && cd "datalog" && git reset --hard fa08cf6c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
# alpine-3.23-5.4_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 datalog.opam ./
RUN opam pin add -yn datalog.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y datalog.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:43.41: Using cache hint "tmcgilchrist/datalog-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-d5d7318c3a755304996fc83e8a2d8e71"
2026-04-28 18:43.41: Using OBuilder spec:
((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)
 (comment alpine-3.23-5.4_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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src datalog.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn datalog.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.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 datalog.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:43.41: Waiting for resource in pool OCluster
2026-04-28 18:43.42: Waiting for worker…
2026-04-28 18:43.58: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at fa08cf6 Remove 32bit architectures.

(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)
Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366' locally
docker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam
6a0ac1617861: Already exists
9630673831f3: Pulling fs layer
4cffb540229a: Pulling fs layer
9630673831f3: Waiting
aa3cee094119: Pulling fs layer
4cffb540229a: Waiting
f2700202f619: Pulling fs layer
aa3cee094119: Waiting
33135c7375d5: Pulling fs layer
f2700202f619: Waiting
1ea4b64ae955: Pulling fs layer
33135c7375d5: Waiting
ca34ef70eda1: Pulling fs layer
1ea4b64ae955: Waiting
d4998b6f8f35: Pulling fs layer
ca34ef70eda1: Waiting
4a43cfe8648c: Pulling fs layer
d4998b6f8f35: Waiting
453dd28eaace: Pulling fs layer
4a43cfe8648c: Waiting
a962f0379f0a: Pulling fs layer
b68882dcbbd8: Pulling fs layer
453dd28eaace: Waiting
a962f0379f0a: Waiting
3f63b4eac828: Pulling fs layer
b68882dcbbd8: Waiting
0720e1e1068a: Pulling fs layer
3f63b4eac828: Waiting
0676d4d6023a: Pulling fs layer
0ab690805f49: Pulling fs layer
0720e1e1068a: Waiting
0676d4d6023a: Waiting
fc0af979c0fe: Pulling fs layer
0ab690805f49: Waiting
4f4fb700ef54: Pulling fs layer
63f1d0bef8ae: Pulling fs layer
4f4fb700ef54: Waiting
fc0af979c0fe: Waiting
43fd6995d88f: Pulling fs layer
63f1d0bef8ae: Waiting
c775bfb331ab: Pulling fs layer
43fd6995d88f: Waiting
a7a9b5ed8780: Pulling fs layer
c775bfb331ab: Waiting
86ac791930d3: Pulling fs layer
a7a9b5ed8780: Waiting
86ac791930d3: Waiting
2e34d70b785c: Pulling fs layer
56c554cb0baa: Pulling fs layer
2e34d70b785c: Waiting
0109b7ea4beb: Pulling fs layer
a72aa581a14e: Pulling fs layer
0109b7ea4beb: Waiting
56c554cb0baa: Waiting
a72aa581a14e: Waiting
0b969b88b90b: Pulling fs layer
d1ae0e2bf910: Pulling fs layer
0b969b88b90b: Waiting
cfd8efe5a061: Pulling fs layer
d1ae0e2bf910: Waiting
a34595d6f491: Pulling fs layer
cfd8efe5a061: Waiting
7333547f58a0: Pulling fs layer
a34595d6f491: Waiting
803cdf5f2902: Pulling fs layer
7333547f58a0: Waiting
d74501489c54: Pulling fs layer
803cdf5f2902: Waiting
628aecb9cafb: Pulling fs layer
d74501489c54: Waiting
0c52f398a865: Pulling fs layer
f4e18988783e: Pulling fs layer
628aecb9cafb: Waiting
0c52f398a865: Waiting
d9b0005bf058: Pulling fs layer
ac511140fcec: Pulling fs layer
f4e18988783e: Waiting
d9b0005bf058: Waiting
e5e3b5898b4b: Pulling fs layer
ac511140fcec: Waiting
08e53197d17a: Pulling fs layer
e5e3b5898b4b: Waiting
9502f6b2d19e: Pulling fs layer
08e53197d17a: Waiting
9502f6b2d19e: Waiting
4cffb540229a: Download complete
9630673831f3: Verifying Checksum
9630673831f3: Download complete
9630673831f3: Pull complete
4cffb540229a: Pull complete
f2700202f619: Verifying Checksum
f2700202f619: Download complete
33135c7375d5: Verifying Checksum
33135c7375d5: Download complete
1ea4b64ae955: Verifying Checksum
1ea4b64ae955: Download complete
d4998b6f8f35: Verifying Checksum
d4998b6f8f35: Download complete
ca34ef70eda1: Verifying Checksum
ca34ef70eda1: Download complete
453dd28eaace: Verifying Checksum
453dd28eaace: Download complete
4a43cfe8648c: Verifying Checksum
4a43cfe8648c: Download complete
b68882dcbbd8: Verifying Checksum
b68882dcbbd8: Download complete
a962f0379f0a: Verifying Checksum
a962f0379f0a: Download complete
3f63b4eac828: Download complete
0720e1e1068a: Download complete
0ab690805f49: Download complete
4f4fb700ef54: Download complete
fc0af979c0fe: Verifying Checksum
fc0af979c0fe: Download complete
63f1d0bef8ae: Verifying Checksum
63f1d0bef8ae: Download complete
43fd6995d88f: Download complete
a7a9b5ed8780: Verifying Checksum
a7a9b5ed8780: Download complete
86ac791930d3: Verifying Checksum
86ac791930d3: Download complete
c775bfb331ab: Verifying Checksum
c775bfb331ab: Download complete
56c554cb0baa: Verifying Checksum
56c554cb0baa: Download complete
0109b7ea4beb: Verifying Checksum
0109b7ea4beb: Download complete
2e34d70b785c: Download complete
a72aa581a14e: Download complete
0b969b88b90b: Verifying Checksum
0b969b88b90b: Download complete
aa3cee094119: Verifying Checksum
aa3cee094119: Download complete
d1ae0e2bf910: Verifying Checksum
cfd8efe5a061: Download complete
7333547f58a0: Download complete
d74501489c54: Download complete
628aecb9cafb: Download complete
0c52f398a865: Download complete
f4e18988783e: Verifying Checksum
f4e18988783e: Download complete
d9b0005bf058: Download complete
a34595d6f491: Verifying Checksum
a34595d6f491: Download complete
803cdf5f2902: Verifying Checksum
803cdf5f2902: Download complete
e5e3b5898b4b: Verifying Checksum
e5e3b5898b4b: Download complete
08e53197d17a: Verifying Checksum
08e53197d17a: Download complete
aa3cee094119: Pull complete
9502f6b2d19e: Download complete
ac511140fcec: Verifying Checksum
ac511140fcec: Download complete
f2700202f619: Pull complete
33135c7375d5: Pull complete
1ea4b64ae955: Pull complete
ca34ef70eda1: Pull complete
d4998b6f8f35: Pull complete
4a43cfe8648c: Pull complete
453dd28eaace: Pull complete
a962f0379f0a: Pull complete
b68882dcbbd8: Pull complete
3f63b4eac828: Pull complete
0720e1e1068a: Pull complete
0676d4d6023a: Pull complete
0ab690805f49: Pull complete
fc0af979c0fe: Pull complete
4f4fb700ef54: Pull complete
63f1d0bef8ae: Pull complete
43fd6995d88f: Pull complete
c775bfb331ab: Pull complete
a7a9b5ed8780: Pull complete
86ac791930d3: Pull complete
2e34d70b785c: Pull complete
56c554cb0baa: Pull complete
0109b7ea4beb: Pull complete
a72aa581a14e: Pull complete
0b969b88b90b: Pull complete
d1ae0e2bf910: Pull complete
cfd8efe5a061: Pull complete
a34595d6f491: Pull complete
7333547f58a0: Pull complete
803cdf5f2902: Pull complete
d74501489c54: Pull complete
628aecb9cafb: Pull complete
0c52f398a865: Pull complete
f4e18988783e: Pull complete
d9b0005bf058: Pull complete
ac511140fcec: Pull complete
e5e3b5898b4b: Pull complete
08e53197d17a: Pull complete
9502f6b2d19e: Pull complete
Digest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366
2026-04-28 18:46.56 ---> saved as "01c11b07ac2b5cd48e66007e5a5cac291b476dda37442ad969d24b0ab6dc0559"

/: (comment alpine-3.23-5.4_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 18:47.02 ---> saved as "a8a9ea5c59254a5a0f8f67ea52c72885ad5d9b7a990b02c87babbf030ab69642"

/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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-28 18:48.08 ---> saved as "1e76191cb180700a1a4b4fb6f0b59791d7b11a581be0b4b93d5476ddfe3df3f0"

/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.1
2026-04-28 18:48.12 ---> saved as "059e0fa9bf335039c3fd833df6288d715762c1f93e9a1b08fa520560ef5ec6c3"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-28 18:48.20 ---> saved as "df7006147f8edefa1d31bb335dd77eaeb1d134668f6ea6934fc058697cdbef27"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))
036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1

<><> 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-28 18:49.02 ---> saved as "409bbf6ea94fd70ccc9898fad1a25520a11e36275add34153dfb080a3d6e9df5"

/src: (copy (src datalog.opam) (dst ./))
2026-04-28 18:49.19 ---> saved as "860895751a32dbdd3a7df5cef03895bdd207e22cba657173ef1dc70173a2cff0"

/src: (run (network host)
           (shell "opam pin add -yn datalog.dev './'"))
[datalog.dev] synchronised (file:///src)
datalog is now pinned to file:///src (version dev)
2026-04-28 18:49.50 ---> saved as "7634ff6743a7f7c0fb7313f452e49b37419e5a9ec42f0bc9c97e8483e552c7c0"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-28 18:50.02 ---> saved as "da9be97543db808052c3ae3445ceeaf9b16ccf364a54ad783577bed430323004"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 fmt.0.11.0 logs.0.10.0 mdx.2.5.2 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.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 datalog.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]
- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]
- v20260127-8614-g3dadfe355ed [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 62099 distinct packages available

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[datalog.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-28 18:50.39 ---> saved as "bc1ed0924af76006a9d69970138f3524c0a67dbb82c04ada6063bd3ee7082d1e"

/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 15 packages
  - install astring       0.8.5
  - install camlp-streams 5.0.1
  - install cmdliner      2.1.1
  - install cppo          1.8.0
  - install csexp         1.5.2
  - install dune          3.22.2
  - install fmt           0.11.0
  - install logs          0.10.0
  - install mdx           2.5.2
  - install ocaml-version 4.1.0
  - install ocamlbuild    0.16.1
  - install ocamlfind     1.9.8
  - install re            1.14.0
  - install result        1.5
  - install topkg         1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved ocaml-version.4.1.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved mdx.2.5.2  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.22.2  (cached)
-> installed cmdliner.2.1.1
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed dune.3.22.2
-> installed result.1.5
-> installed csexp.1.5.2
-> installed ocaml-version.4.1.0
-> installed camlp-streams.5.0.1
-> installed re.1.14.0
-> installed cppo.1.8.0
-> installed mdx.2.5.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-28 18:52.20 ---> saved as "def814939965526fcf7c9b006d540030ec20b26c4c2ba2e8ca826bd59fe083b4"

/src: (copy (src .) (dst /src))
2026-04-28 18:55.18 ---> saved as "4a7f38f73d300ce1a77025ae5ac9de105c91b8890c0e2d295744eec1f9799ce8"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -color always -safe-string -warn-error -a+8 -g -bin-annot -bin-annot-occurrences -I src/top_down/.datalog_top_down.objs/byte -I src/bottom_up/.datalog.objs/byte -cmi-file src/top_down/.datalog_top_down.objs/byte/datalog_top_down.cmi -no-alias-deps -opaque -open Datalog_top_down__ -o src/top_down/.datalog_top_down.objs/byte/datalog_top_down.cmo -c -impl src/top_down/Datalog_top_down.ml)
File "src/top_down/Datalog_top_down.ml", line 1681, characters 10-17:
1681 |       let new_var =
                 ^^^^^^^
Warning 26 [unused-var]: unused variable new_var.
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -color always -safe-string -warn-error -a+8 -g -I src/top_down/.datalog_top_down.objs/byte -I src/top_down/.datalog_top_down.objs/native -I src/bottom_up/.datalog.objs/byte -I src/bottom_up/.datalog.objs/native -cmi-file src/top_down/.datalog_top_down.objs/byte/datalog_top_down.cmi -no-alias-deps -opaque -open Datalog_top_down__ -o src/top_down/.datalog_top_down.objs/native/datalog_top_down.cmx -c -impl src/top_down/Datalog_top_down.ml)
File "src/top_down/Datalog_top_down.ml", line 1681, characters 10-17:
1681 |       let new_var =
                 ^^^^^^^
Warning 26 [unused-var]: unused variable new_var.
2026-04-28 18:55.33 ---> saved as "ae9febea7f3ef0618464225163393d11f61790bc103ec9e088d7c468484d9200"
Job succeeded
2026-04-28 18:56.29: Job succeeded