Organisationstmcgilchristdatalogfa08cf (master)fedora-42-4.14_opam-2.4

fedora-42-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-10-29 07:37.11: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-x86_64:fedora-42-4.14_opam-2.4)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb
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:fedora-42-ocaml-4.14@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb
# fedora-42-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 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 $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


2025-10-29 07:37.11: Using cache hint "tmcgilchrist/datalog-ocaml/opam:fedora-42-ocaml-4.14@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb-fedora-42-4.14_opam-2.4-4dbfe8eff24ca07817c53d3a88321e6b"
2025-10-29 07:37.11: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb)
(comment fedora-42-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 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-29 07:37.11: Waiting for resource in pool OCluster
2025-10-29 08:36.40: Waiting for worker…
2025-10-29 08:40.57: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at fa08cf6 Remove 32bit architectures.


(from ocaml/opam:fedora-42-ocaml-4.14@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb' locally
docker.io/ocaml/opam@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb: Pulling from ocaml/opam
bf5e51079ffe: Pulling fs layer
fcb6ed1cb860: Pulling fs layer
92b99cfb6c8f: Pulling fs layer
849b762f73f2: Pulling fs layer
26a431ba165a: Pulling fs layer
849b762f73f2: Waiting
26a431ba165a: Waiting
92b99cfb6c8f: Verifying Checksum
92b99cfb6c8f: Download complete
849b762f73f2: Verifying Checksum
849b762f73f2: Download complete
26a431ba165a: Verifying Checksum
26a431ba165a: Download complete
fcb6ed1cb860: Verifying Checksum
fcb6ed1cb860: Download complete
bf5e51079ffe: Verifying Checksum
bf5e51079ffe: Download complete
bf5e51079ffe: Pull complete
fcb6ed1cb860: Pull complete
92b99cfb6c8f: Pull complete
849b762f73f2: Pull complete
26a431ba165a: Pull complete
Digest: sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb
Status: Downloaded newer image for ocaml/opam@sha256:07f0b52aa16551b8bf30388230380030459ce3f7abf2645bcf82f3300ffa06cb
2025-10-29 08:42.33 ---> saved as "261471cb53bcb65730531594d027613c8e079fc5f6ad7a5d728fe23eac0f5171"


/: (comment fedora-42-4.14_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64 - Updates           100% |  36.2 KiB/s |  14.1 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2025-10-29 08:42.36 ---> saved as "7785a998b62df170a3ab1a050ace0550de503988d2e74d097a278360b75b7152"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-29 08:42.36 ---> saved as "a2e200c8b78bd97824dcee5584b1748ca9e401320bd0ecd02514a24ec1430b8b"


/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
2025-10-29 08:42.54 ---> saved as "88e22d8df37ee36dd354c487930ae123437d01c6cf9c57611b5e1b0db1c70700"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-29 08:42.54 ---> saved as "28ca240e4ac38ec7a8e7c86e908aaee445a59dd2ff63d1a11f2bfc27bc7a0f0e"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-29 08:42.55 ---> saved as "2e99146fccd5dd718bb83adeec6787b9ffc280bfe882b42197fa7432b8151119"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6fab318652edf2e934926c95dbe83c86f899f133 || git fetch origin master) && git reset -q --hard 6fab318652edf2e934926c95dbe83c86f899f133 && git log --no-decorate -n1 --oneline && opam update -u"))
6fab318652 Merge pull request #28690 from mtelvers/opam-publish-ocaml-version.4.0.3


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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)
2025-10-29 08:43.16 ---> saved as "0dd6a304e36adb431545f706b4d0006c413880ffb4a1c17a16eef354e52eb4c8"


/src: (copy (src datalog.opam) (dst ./))
2025-10-29 08:43.16 ---> saved as "11c0d6d6a3aa197a4696f2378cf2aa55bb0b2b815922f120c888555826e56911"


/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-29 08:43.17 ---> saved as "42e8e93d5656b563bd0d0c808cb65ac486a0f10544a3516ffda7c501671537ba"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-29 08:43.18 ---> saved as "73a0781d0f2dd022b0627ab6d6d5b25b60f8edb3205ec0fb3fb64fc64be32910"


/src: (env DEPS "astring.0.8.5 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 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/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
2025-10-29 08:43.24 ---> saved as "a0e5ad9d66f89946b3cd5d18b21ff0884d40e8b8a6fa0b126a55984553790892"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 fmt.0.11.0  (cached)
-> retrieved logs.0.9.0  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved mdx.2.5.1  (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.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> installed cmdliner.2.0.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> 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 csexp.1.5.2
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed ocaml-version.4.0.3
-> installed cppo.1.8.0
-> installed re.1.14.0
-> installed mdx.2.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-29 08:43.51 ---> saved as "a7d0ecabdebd643e65c539feaa0c919d226a9a6b63915be28608bb32c55b5391"


/src: (copy (src .) (dst /src))
2025-10-29 08:43.51 ---> saved as "dc73258bcbfb1a3a8fba9bcd4ae72c5e5566a78aa49baa2461792ccda9ef75e9"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/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 -I src/top_down/.datalog_top_down.objs/byte -I src/bottom_up/.datalog.objs/byte -intf-suffix .ml -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/4.14/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 -intf-suffix .ml -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-29 08:43.54 ---> saved as "7cdb0ac7b125f223822d0f8bbd5329ff0fea4f565edd74531047220b610d29ec"
Job succeeded
2025-10-29 08:43.55: Job succeeded