2026-04-28 18:43.41: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:ubuntu-26.04-5.4_opam-2.5) Base: ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93 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:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93 # ubuntu-26.04-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:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93-ubuntu-26.04-5.4_opam-2.5-d5d7318c3a755304996fc83e8a2d8e71" 2026-04-28 18:43.41: Using OBuilder spec: ((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93) (comment ubuntu-26.04-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.57: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at fa08cf6 Remove 32bit architectures. (from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93) Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93' locally docker.io/ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93: Pulling from ocaml/opam 5f528443f346: Already exists 9d7db96ef8a1: Already exists 69cd0ed39c32: Already exists 8ddd605780bc: Already exists b3563cf9c718: Already exists 0ff6404f2cf9: Already exists 0fd106322b2a: Already exists 6cfb66f33040: Already exists b054a68819af: Already exists 935df48738cf: Already exists 6d7855f07084: Already exists baf8b6b1404d: Already exists d11a2bc559d8: Already exists 47b449369e16: Already exists 8821a6dafec4: Already exists de6cbfe58b17: Already exists 4789d14f0dba: Already exists dc40a97042b2: Already exists 5ba7a82e9924: Already exists 5ba7a82e9924: Already exists 1bd9b354e379: Already exists d95538300577: Already exists ccb31d3e72ef: Already exists d5ec08a27795: Already exists 4f4fb700ef54: Already exists cace1535e380: Already exists 6abc7b96ebc8: Already exists 31baaf291736: Already exists d7ee8870a44e: Already exists bec0e40ffcad: Already exists 8e3943b026f0: Already exists 2a4924aaac32: Already exists 4761365b4e53: Already exists 1a958ae6c150: Already exists 65cf788ac9e8: Already exists 549c069a431e: Already exists d41918af1eb8: Already exists b07a459306ae: Already exists 7a4d6fbc7167: Already exists d0314755e705: Already exists 9fe4679cfa16: Already exists 3da651ad3c12: Already exists d706efa35e7e: Already exists 6e4c6034b693: Pulling fs layer 36d0bd387fb0: Pulling fs layer d28a1a7cd77e: Pulling fs layer 95308d60d7f3: Pulling fs layer 26bd9639e4ee: Pulling fs layer 33968c9edaaf: Pulling fs layer 95308d60d7f3: Waiting 8b13cfd06b81: Pulling fs layer 26bd9639e4ee: Waiting 33968c9edaaf: Waiting 8b13cfd06b81: Waiting 6e4c6034b693: Download complete 6e4c6034b693: Pull complete 36d0bd387fb0: Verifying Checksum 36d0bd387fb0: Download complete d28a1a7cd77e: Verifying Checksum d28a1a7cd77e: Download complete 36d0bd387fb0: Pull complete d28a1a7cd77e: Pull complete 26bd9639e4ee: Download complete 33968c9edaaf: Verifying Checksum 33968c9edaaf: Download complete 8b13cfd06b81: Download complete 95308d60d7f3: Verifying Checksum 95308d60d7f3: Download complete 95308d60d7f3: Pull complete 26bd9639e4ee: Pull complete 33968c9edaaf: Pull complete 8b13cfd06b81: Pull complete Digest: sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93 Status: Downloaded newer image for ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93 2026-04-28 18:44.01 ---> using "adfe62a45dcf1f3d9a164e7f0368fcd193a49fd597399c1056161905cce9782f" from cache /: (comment ubuntu-26.04-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:44.02 ---> using "b9838b293e5f89d62a9632e502da1025454ab6b34001005252ead3cf4dde9f8d" 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 18:44.03 ---> using "fc799b5b75670c49b5dcd664b948892af46813078beb8491ffa32208b628d37b" 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.1 2026-04-28 18:44.04 ---> saved as "4c43701be6bba98acfc33570ce6b1e0d025c02dabce58a2d606d8dadaee56a1a" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-28 18:44.11 ---> saved as "964d8523f4b7cfafa163e75bd9a7a84f3117f3f0b733287929a5d7b9e61d5bb1" /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:44.37 ---> saved as "abb9d16ebf13342f78e87575210b47992d329d012e842a2f049978bb5cf9d198" /src: (copy (src datalog.opam) (dst ./)) 2026-04-28 18:44.43 ---> saved as "1911edadad3ffaee9eabba8bdcd6a460ab6af17b082bfb510bd0e686f85dc4c9" /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:45.06 ---> saved as "167baa5ffe704de3739e84dea60b9a7d26a7caa791dbf805fdfbe38b31920567" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-28 18:45.32 ---> saved as "e5a9b36938e8aa3b07fdccd6d569fdcad71f9f6bf2986ea59481418cb4d9fb41" /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 "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu resolute-security InRelease [136 kB] - Hit:2 http://archive.ubuntu.com/ubuntu resolute InRelease - Get:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB] - Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease - Get:5 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [6843 B] - Get:6 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [14.1 kB] - Get:7 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [6843 B] - Get:8 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [14.1 kB] - Fetched 313 kB in 0s (2266 kB/s) - Reading package lists... <><> 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:46.23 ---> saved as "458c7ac6e27a487ffe4c56d84a9ce1aa8a0c1a0ac915b032f9c05f4a773817d7" /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 mdx.2.5.2 (cached) -> retrieved ocamlbuild.0.16.1 (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 csexp.1.5.2 -> installed result.1.5 -> 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:47.42 ---> saved as "684a756095168653f8b42f37f453703b3490cb28199165045a89a25c317d0778" /src: (copy (src .) (dst /src)) 2026-04-28 18:47.44 ---> saved as "09a9615dc4b8acadf5ee06300872774e3f629aa62390245ffa325c66655ab2d3" /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:47.51 ---> saved as "ad9da34bf073857e76aca8320a59e6d0390206d5e087d7775c2461a1c16c8125" Job succeeded 2026-04-28 18:47.51: Job succeeded