2026-04-28 18:43.41: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:debian-13-5.5~beta1_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6 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:debian-13-ocaml-5.5-beta1@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6 # debian-13-5.5~beta1_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 compiler-cloning.enabled 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.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 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:debian-13-ocaml-5.5-beta1@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6-debian-13-5.5~beta1_opam-2.5-48e000f2402ad3effc41c8a9594b8bbf" 2026-04-28 18:43.41: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6) (comment debian-13-5.5~beta1_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 compiler-cloning.enabled 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.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 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:debian-13-ocaml-5.5-beta1@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6) Unable to find image 'ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6' locally docker.io/ocaml/opam@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6: Pulling from ocaml/opam 3b32e3bb7338: Already exists 745aa02d649b: Already exists bc737f5d3c43: Already exists 435aae15a5aa: Already exists 0c18c39f6bae: Already exists eef74b82df23: Already exists f7d9cf0406d8: Already exists 01a1dc37e798: Already exists 4960811e07ec: Already exists be2894c36d5e: Already exists b5a017ae191d: Already exists 3ba39ce4e9c9: Already exists 1db570dbe1c8: Already exists 753bb4b44994: Already exists b5a1e811909d: Already exists 6f3d83ba47b6: Already exists 002305272cbf: Already exists 002305272cbf: Already exists 249535cd82cd: Already exists 87fe8c2a0989: Already exists b6932f04a343: Already exists 17b274223ca8: Already exists 4f4fb700ef54: Already exists 924952a8fbf8: Already exists 17671b650f63: Already exists 9fe75d873195: Already exists 24216535046d: Already exists ac2e1c9e90df: Already exists c2126be13b26: Already exists 01ff22a5eb70: Already exists 50415235a68f: Already exists deb6182b549b: Already exists ad728fb9a18c: Already exists a36bcae85a3d: Already exists 1c746fdc6a3a: Already exists 4351b787b295: Already exists 380abb093977: Already exists 0fc1b10f3fd9: Already exists 966bc35978c3: Already exists ae53b61ccb9e: Already exists d8ada9072f1a: Already exists 6a1b081b98a3: Pulling fs layer 32a4a4edd914: Pulling fs layer 51561b4147fc: Pulling fs layer 23328e1884b9: Pulling fs layer 120c50bc5d19: Pulling fs layer 628c53885d4c: Pulling fs layer 44ef7e84e1ef: Pulling fs layer 0ebf89ef9ee0: Pulling fs layer 23328e1884b9: Waiting 120c50bc5d19: Waiting 628c53885d4c: Waiting 44ef7e84e1ef: Waiting 0ebf89ef9ee0: Waiting 51561b4147fc: Verifying Checksum 51561b4147fc: Download complete 32a4a4edd914: Verifying Checksum 32a4a4edd914: Download complete 6a1b081b98a3: Download complete 6a1b081b98a3: Pull complete 32a4a4edd914: Pull complete 51561b4147fc: Pull complete 628c53885d4c: Verifying Checksum 628c53885d4c: Download complete 23328e1884b9: Verifying Checksum 23328e1884b9: Download complete 44ef7e84e1ef: Verifying Checksum 44ef7e84e1ef: Download complete 23328e1884b9: Pull complete 0ebf89ef9ee0: Verifying Checksum 0ebf89ef9ee0: Download complete 120c50bc5d19: Verifying Checksum 120c50bc5d19: Download complete 120c50bc5d19: Pull complete 628c53885d4c: Pull complete 44ef7e84e1ef: Pull complete 0ebf89ef9ee0: Pull complete Digest: sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6 Status: Downloaded newer image for ocaml/opam@sha256:2f03876e840edf3bcf2cd33a6b5b1e9ee40ad45e5d26f5be08f5d20a90f4bcf6 2026-04-28 18:44.04 ---> using "603f02c023a1426d4a02d87570a93b0933bb94d7f12e9f446094d14bd1f75796" from cache /: (comment debian-13-5.5~beta1_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.05 ---> using "ccda81830aa715878d8186863a3c37dfae7e34dd8264aa4fda9bd94af4a617fd" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com" [default] Initialised 2026-04-28 18:44.21 ---> saved as "409ea30faadacee6fadd9eddb453443f9b00d9b26e98894ddcfef06a5c24e1e4" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 5.5.0~beta1 2.5.1 2026-04-28 18:44.25 ---> saved as "54d6576e7c063b28940d24779cecdf39651e6fe24a3dba415cf047a6d13231ad" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-28 18:44.27 ---> saved as "d8bc683e925a8acf3cdfdb0e07904323d32f62a76f2549ffe948662133068672" /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 ><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-04-28 18:45.09 ---> saved as "69c90f4256fd4e781844a6679cb5a910eea4eafc808c640b49bdb9e3dc807ba9" /src: (copy (src datalog.opam) (dst ./)) 2026-04-28 18:45.35 ---> saved as "4a20b0c9f472f27091833702c631fd427bf2955b0729c21f7b9d5582041d18f5" /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:46.05 ---> saved as "128cf3eab1a8bebf7d9ac6939391326375df700d111dea414e86d2bdc9326169" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-28 18:46.34 ---> saved as "43ea3481b9fd144eb13318edf6cb7754bedf27963f2e17221d66dc64e5d0d04d" /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 compiler-cloning.enabled 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.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 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" - 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 [127 kB] - Fetched 218 kB in 0s (2275 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-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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:47.26 ---> saved as "0394b91aa9b99d0ba1bc3bff6d1f830829f724313651aa005466ed92d7c96f4b" /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-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0~beta1). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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 csexp.1.5.2 -> installed result.1.5 -> installed ocaml-version.4.1.0 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed re.1.14.0 -> installed mdx.2.5.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-28 18:49.05 ---> saved as "364173251973ed8e742c88f7f2818f2c7968987cc10a0898f8b004a31b96625d" /src: (copy (src .) (dst /src)) 2026-04-28 18:51.14 ---> saved as "b9095837727f4c68a6fcc9cb3e801fa3e4303b0101303592cfadbf6426f83d20" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.5~beta1/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.5~beta1/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:51.21 ---> saved as "f93ce5bfbd93cce55a5b8a2b50c9adfe7d9f0193b8360660f1c5b5633a6b27a7" Job succeeded 2026-04-28 18:51.24: Job succeeded