2025-10-27 22:39.36: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:debian-13-5.4+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tmcgilchrist/datalog.git" -b "master" && cd "datalog" && git reset --hard fa08cf6ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933# debian-13-5.4+flambda_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y datalog.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-27 22:39.36: Using cache hint "tmcgilchrist/datalog-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933-debian-13-5.4+flambda_opam-2.4-bafa4c489748931f62a3c793984b6f94"2025-10-27 22:39.36: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)(comment debian-13-5.4+flambda_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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 (network host)(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.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.0")(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.4 --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")))2025-10-27 22:39.36: Waiting for resource in pool OCluster2025-10-27 23:04.40: Waiting for worker…2025-10-27 23:06.13: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at fa08cf6 Remove 32bit architectures.(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933' locallydocker.io/ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933: Pulling from ocaml/opamcae3b572364a: Already exists1ea31b9b2905: Already exists00af97c1a7ee: Already exists2888ddae7853: Already exists169f1c0e1d75: Already existsb97630267a3c: Already exists8f0f0f294210: Already existsa61c20f8abb8: Already exists276b6584a497: Already existsf959c052cfb3: Already existsbadfcf6bb6a0: Already existsa922ef0f4b3a: Already exists763b846be8bd: Already existsf2aedde72921: Already exists93872d64e9dc: Already exists5539ecb0d21f: Already exists1da4220c24fc: Already exists3370bc40449d: Already existsd9f40c12529d: Already exists1cc07cfbde7c: Already exists6192479a37f0: Already exists4f4fb700ef54: Already exists4ecb3473db3c: Already exists7b53a84c214e: Already existsbf785b671409: Already existsd31b01dff4a7: Already exists573722d1f7a6: Already existsed9a82da7774: Already exists2124637b0a62: Already exists55471547ee86: Already exists7c57db1a5e44: Already existsc9318ee17ec1: Already exists3746bb8be4f4: Already exists343122758f2e: Already existsd2c146b14ad0: Already exists480879182a9f: Already exists41ec89e6098c: Already exists9a9e8fae4e62: Already exists0bedcf0c3971: Already exists595479dafdfb: Already existsd808eb6342e5: Pulling fs layer9be9c7fc6d78: Pulling fs layer460ed924d035: Pulling fs layer262579630356: Pulling fs layerd808eb6342e5: Waiting9be9c7fc6d78: Waitingd77e746d137e: Pulling fs layer2f2153070a8d: Pulling fs layer262579630356: Waiting460ed924d035: Waitingd77e746d137e: Waitinge156a7fecdea: Pulling fs layere156a7fecdea: Waitingd808eb6342e5: Verifying Checksumd808eb6342e5: Download completed808eb6342e5: Pull complete9be9c7fc6d78: Verifying Checksum9be9c7fc6d78: Download complete9be9c7fc6d78: Pull complete460ed924d035: Verifying Checksum460ed924d035: Download complete460ed924d035: Pull completed77e746d137e: Verifying Checksumd77e746d137e: Download complete2f2153070a8d: Verifying Checksum2f2153070a8d: Download complete262579630356: Verifying Checksum262579630356: Download complete262579630356: Pull completed77e746d137e: Pull complete2f2153070a8d: Pull completee156a7fecdea: Pull completeDigest: sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Status: Downloaded newer image for ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d876739332025-10-27 23:06.13 ---> using "6aac88b40f8371df71ceaa583553943aaa2f334eb9f2c24a03f1036a44dbf41f" from cache/: (comment debian-13-5.4+flambda_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-27 23:06.13 ---> using "4af4db56322f2f0c85d629dbe510932763c6b2b1976cf88a8d80b906e22d12a4" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-27 23:06.13 ---> using "d0e85ef98074b40067e94f168ff3ed5cb417c68cb50047d7d91df4680844c444" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 5.4.02.4.12025-10-27 23:06.13 ---> using "d4c745d416d0ad39026f729b7e42fa33645ccd268b3c6ce110c95ee11b42edf3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 23:06.13 ---> using "ff3572a5540826f30578995d37df9333fd351510fd19da0873c9c071bb414e99" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-27 23:06.13 ---> using "be30462f485b29f643d3db96f4478dc1c708996905ab52547c4aa9df9f2d6019" from cache/src: (copy (src datalog.opam) (dst ./))2025-10-27 23:06.14 ---> saved as "30983e50a888ed7058080803f5cadccfa59c1bd8680e54b5048e26e87b54d5da"/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)2025-10-27 23:06.16 ---> saved as "e39e6a4b0f409471cf94a5ad44826525e24c210bf3bee8da041af273db278a75"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 23:06.16 ---> saved as "6a79f820e368a1b5238540d3f4e710a3527915202b37cc3db9056415294f6dc2"/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.0.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 fmt.0.11.0 logs.0.9.0 mdx.2.5.1 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml-version.4.0.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 topkg.1.1.0")/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.4 --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 [65.1 kB]- Fetched 156 kB in 0s (518 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[datalog.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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).2025-10-27 23:06.31 ---> saved as "579c7e86441c84e30941b0e9fa9b17c6ec119e54391b44602f91445bf8c18dee"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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 15 packages- install astring 0.8.5- install camlp-streams 5.0.1- install cmdliner 2.0.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.20.2- install fmt 0.11.0- install logs 0.9.0- install mdx 2.5.1- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install re 1.14.0- install result 1.5- install topkg 1.1.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved mdx.2.5.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved result.1.5 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed logs.0.9.0-> installed dune.3.20.2-> installed result.1.5-> installed csexp.1.5.2-> installed ocaml-version.4.0.3-> installed camlp-streams.5.0.1-> installed cppo.1.8.0-> installed re.1.14.0-> installed mdx.2.5.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-27 23:07.56 ---> saved as "4e11393eb62cc6dc17081a4029fac5343610dc84d1c5fd9640d20705d212c96e"/src: (copy (src .) (dst /src))2025-10-27 23:07.57 ---> saved as "7d82d73f73cedb5678476e3a4489388f3515a3b3c94e77d00288a5b3c778a8d7"/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.2025-10-27 23:08.02 ---> saved as "a336db652bcb6bd48b81ea61be626b55573a35e700a5a71f690d2ebd3ceacb9d"Job succeeded2025-10-27 23:08.03: Job succeeded