Organisationstmcgilchristdatalogfa08cf (master)debian-12-4.14_ppc64_opam-2.1

debian-12-4.14_ppc64_opam-2.1

Logs

Show full logs
2024-05-29 15:10.26: New job: test tmcgilchrist/datalog https://github.com/tmcgilchrist/datalog.git#refs/heads/master (fa08cf6ce9371741a74bcd5f83509ee5c424ec71) (linux-ppc64:debian-12-4.14_ppc64_opam-2.1)
Base: ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
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@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
# debian-12-4.14_ppc64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 datalog.opam ./
RUN opam pin add -yn datalog.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 dune.3.15.3 fmt.0.9.0 logs.0.7.0 mdx.2.4.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 re.1.11.0 result.1.5 seq.base topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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

2024-05-29 15:10.26: Using cache hint "tmcgilchrist/datalog-ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85-debian-12-4.14_ppc64_opam-2.1-fa39b3c368c62ad2a10ac18b17c4a3c5"
2024-05-29 15:10.26: Using OBuilder spec:
((from ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85)
 (comment debian-12-4.14_ppc64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src datalog.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn datalog.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 dune.3.15.3 fmt.0.9.0 logs.0.7.0 mdx.2.4.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 re.1.11.0 result.1.5 seq.base topkg.1.0.7")
 (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.1 --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"))
)

2024-05-29 15:10.26: Waiting for resource in pool OCluster
2024-05-29 15:47.23: Waiting for worker…
2024-05-29 16:32.37: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at fa08cf6 Remove 32bit architectures.

(from ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85)
Unable to find image 'ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85' locally
docker.io/ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85: Pulling from ocaml/opam
Digest: sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
Status: Downloaded newer image for ocaml/opam@sha256:03a5a4ddf0eae514071c7504a3f0b49a917eaf2f7acd6806bc53498398aa1b85
2024-05-29 16:32.49 ---> using "8996bcdb05f2890613e4a5e164dd9dd2f7c66284ebfc49b1df9eef1d9b3fb2b6" from cache

/: (comment debian-12-4.14_ppc64_opam-2.1)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-29 16:32.49 ---> using "35551480ee274ddc04c523c838f09ee488f7c690e7831cdce4e4888be941464c" 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.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-29 16:32.49 ---> using "ba3df16b7be8cc0f363f5ba867e5ac7dec53d17524c16f9ccc0a0895cc259b51" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-29 16:32.49 ---> using "dbdd76886ffdb8778be181b501d45f65d3898eeb32a30492a07d791224da1d0d" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-29 16:32.49 ---> using "07de7ac86eac1b4e84149bd8006e10df0f53ade9d91a679613ca85c0dc81c5d5" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..59a416934d  master     -> origin/master
ea87c49e51 opam admin add-hashes sha256

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


The following actions will be performed:
  - recompile ocaml-base-compiler 4.14.2* [upstream or system changes]
  - recompile ocaml-config        2       [upstream or system changes]
  - recompile ocaml               4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext         1.2.1-1 [uses ocaml]
===== 4 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-config.2  (2 extra sources)
-> retrieved ocaml-base-compiler.4.14.2  (https://github.com/ocaml/ocaml/archive/4.14.2.tar.gz)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-05-29 16:32.49 ---> using "2f30c714f0a4a158c678f21b020dc875b41aa94f9311a7bd70244f16cb993ba2" from cache

/src: (copy (src datalog.opam) (dst ./))
2024-05-29 16:33.33 ---> saved as "78e928e7c398e808416dc02b771417f22f68f21f753f072ff9b5e3ad3e7fba90"

/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)
2024-05-29 16:33.53 ---> saved as "baa1bcbd6e6214f7adc9884f02312dddf10b1caa63eb42e3bef4be0259f93ae1"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.6.9 csexp.1.5.2 dune.3.15.3 fmt.0.9.0 logs.0.7.0 mdx.2.4.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-version.3.6.7 ocamlbuild.0.14.3 ocamlfind.1.9.6 re.1.11.0 result.1.5 seq.base topkg.1.0.7")

/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.1 --depext-only -y datalog.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [150 kB]
- Fetched 253 kB in 0s (584 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[datalog.dev] synchronised (no changes)

[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).
2024-05-29 16:37.51 ---> saved as "319cce7e50e3d0c428995fde9e75e3b465098c6a114368a04690f5c849c11d69"

/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 cmdliner      1.3.0
  - install seq           base
  - install ocamlbuild    0.14.3
  - install dune          3.15.3
  - install ocamlfind     1.9.6
  - install result        1.5
  - install re            1.11.0
  - install ocaml-version 3.6.7
  - install csexp         1.5.2
  - install cppo          1.6.9
  - install camlp-streams 5.0.1
  - install topkg         1.0.7
  - install fmt           0.9.0
  - install astring       0.8.5
  - install logs          0.7.0
  - install mdx           2.4.1
===== 16 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.3  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved mdx.2.4.1  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.15.3
-> installed csexp.1.5.2
-> installed ocaml-version.3.6.7
-> installed result.1.5
-> installed camlp-streams.5.0.1
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed mdx.2.4.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-29 16:42.07 ---> saved as "2b36274273f1b77bbe86cdf9630bd69a3f546b34515a23341eb33244547f0f10"

/src: (copy (src .) (dst /src))
2024-05-29 16:42.20 ---> saved as "d7855662723c453eae7c8f127da6e72716a15109f772e389a4fac8f15da01d7e"

/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.
2024-05-29 16:42.53 ---> saved as "e5f73d86363390b481256fbd3e6664100cd6e5585a2bebc44fc8854f383fe2bc"
Job succeeded
2024-05-29 16:44.23: Job succeeded