Organisationsmiragespamtacus2d10c6 (main)debian-12-4.10_opam-2.2

debian-12-4.10_opam-2.2

Link Copied
Code Copied

Logs

2024-09-16 13:38.06: New job: test mirage/spamtacus https://github.com/mirage/spamtacus.git#refs/heads/main (2d10c6f114e63621bb26999fefd7881f3e673bad) (linux-x86_64:debian-12-4.10_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/spamtacus.git" -b "main" && cd "spamtacus" && git reset --hard 2d10c6f1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
# debian-12-4.10_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee || git fetch origin master) && git reset -q --hard 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam ./
RUN opam pin add -yn spamtacus.dev './' && \
    opam pin add -yn spamtacus-mirage.dev './' && \
    opam pin add -yn spamtacus-bayesian.dev './'
ENV DEPS="angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 coin.0.1.4 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 ke.0.6 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mrmime.0.6.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 pecu.0.7 prettym.0.0.3 ptime.1.2.0 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base topkg.1.0.7 unstrctrd.0.4 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.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-09-16 13:38.06: Using cache hint "mirage/spamtacus-ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452-debian-12-4.10_opam-2.2-ddd666ba1a2f393baa12ce07f850ea47"
2024-09-16 13:38.06: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452)
 (comment debian-12-4.10_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee || git fetch origin master) && git reset -q --hard 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn spamtacus.dev './' && \
             \nopam pin add -yn spamtacus-mirage.dev './' && \
             \nopam pin add -yn spamtacus-bayesian.dev './'"))
 (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 coin.0.1.4 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 ke.0.6 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mrmime.0.6.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 pecu.0.7 prettym.0.0.3 ptime.1.2.0 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base topkg.1.0.7 unstrctrd.0.4 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.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.2 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.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-09-16 13:38.06: Waiting for resource in pool OCluster
2024-09-16 13:38.06: Waiting for worker…
2024-09-16 13:39.03: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at 2d10c6f Merge pull request #12 from mirage/lint


(from ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452' locally
docker.io/ocaml/opam@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452: Pulling from ocaml/opam
e3334eba956d: Pulling fs layer
e3334eba956d: Verifying Checksum
e3334eba956d: Download complete
e3334eba956d: Pull complete
Digest: sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
Status: Downloaded newer image for ocaml/opam@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
2024-09-16 13:39.03 ---> using "1171274062e138f4d83d3503b81ae1a38569e1bd12aa4ea9aae9c1899d407bf8" from cache


/: (comment debian-12-4.10_opam-2.2)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-16 13:39.03 ---> using "23c3ce6f6a9471e22e964e0919404a9a2f9eac94be800f1acc78ab45d7bb1ecc" 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 development 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 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-16 13:39.03 ---> using "d4b8a094d7a75d0f7cd503c39f273adf4855881abc386e237400daf9817ed3d5" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 4.10.2
2.2.1
2024-09-16 13:39.03 ---> using "e87de53e2a6a7c4beb17d49b5a8efda86f6fb980c856d2dc8f15fb6924fb5827" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-16 13:39.03 ---> using "784b3019b43cb147dea0a0a5b01c95928aaec5b901fa106a31119fbf80bf0992" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee || git fetch origin master) && git reset -q --hard 2d4ed1d357476c1cef4ba85ee4e76e9dfb81f2ee && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..12d7650ba9  master     -> origin/master
2d4ed1d357 Merge pull request #26555 from seliopou/angstrom.0.16.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-09-16 13:39.03 ---> using "0a20bf2218bd3469e8a6c9dd1426f5a0fdcb50655a8425fd40a2aff377c0f0b4" from cache


/src: (copy (src spamtacus.opam spamtacus-mirage.opam spamtacus-bayesian.opam)
            (dst ./))
2024-09-16 13:39.03 ---> using "ce7b7cead7b5cede6da13645c1ce1d47873a97895acfb10f389fbd11ab77d33e" from cache


/src: (run (network host)
           (shell  "opam pin add -yn spamtacus.dev './' && \
                  \nopam pin add -yn spamtacus-mirage.dev './' && \
                  \nopam pin add -yn spamtacus-bayesian.dev './'"))
Package spamtacus does not exist, create as a NEW package? [y/n] y
[spamtacus.dev] synchronised (file:///src)
spamtacus is now pinned to file:///src (version dev)
Package spamtacus-mirage does not exist, create as a NEW package? [y/n] y
[spamtacus-mirage.dev] synchronised (file:///src)
spamtacus-mirage is now pinned to file:///src (version dev)
Package spamtacus-bayesian does not exist, create as a NEW package? [y/n] y
[spamtacus-bayesian.dev] synchronised (file:///src)
spamtacus-bayesian is now pinned to file:///src (version dev)
2024-09-16 13:39.03 ---> using "bc146b699d9861c55a28977718a8228fb9050e4f7d7014c32646331640cfe9f1" from cache


/src: (env DEPS "angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 coin.0.1.4 conf-pkg-config.3 cppo.1.7.0 csexp.1.5.2 domain-name.0.4.0 dune.3.16.0 dune-configurator.3.16.0 emile.1.1 fmt.0.9.0 fpath.0.7.3 ipaddr.5.6.0 ke.0.6 logs.0.7.0 lwt.5.7.0 macaddr.5.6.0 mrmime.0.6.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 pecu.0.7 prettym.0.0.3 ptime.1.2.0 re.1.11.0 rosetta.0.3.0 rresult.0.7.0 seq.base topkg.1.0.7 unstrctrd.0.4 uutf.1.0.3 uuuu.0.3.0 yuscii.0.3.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.2 --depext-only -y spamtacus.dev spamtacus-mirage.dev spamtacus-bayesian.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [181 kB]
- Fetched 9235 kB in 2s (5969 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[spamtacus.dev] synchronised (no changes)
[spamtacus-bayesian.dev] synchronised (no changes)
[spamtacus-mirage.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 system packages will first need to be installed:
    pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


2024-09-16 13:39.03 ---> using "ba01acf53afeb9bc9f7b73986e2cdc31a8ddf6a3197afdcbba94f9d7d744830e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.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 39 packages
  - install angstrom           0.16.1
  - install astring            0.8.5
  - install base-bytes         base
  - install base64             3.5.1
  - install bigarray-overlap   0.2.1
  - install bigstringaf        0.10.0
  - install cmdliner           1.3.0
  - install coin               0.1.4
  - install conf-pkg-config    3
  - install cppo               1.7.0
  - install csexp              1.5.2
  - install domain-name        0.4.0
  - install dune               3.16.0
  - install dune-configurator  3.16.0
  - install emile              1.1
  - install fmt                0.9.0
  - install fpath              0.7.3
  - install ipaddr             5.6.0
  - install ke                 0.6
  - install logs               0.7.0
  - install lwt                5.7.0
  - install macaddr            5.6.0
  - install mrmime             0.6.1
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.15.0
  - install ocamlfind          1.9.6
  - install ocplib-endian      1.2
  - install pecu               0.7
  - install prettym            0.0.3
  - install ptime              1.2.0
  - install re                 1.11.0
  - install rosetta            0.3.0
  - install rresult            0.7.0
  - install seq                base
  - install topkg              1.0.7
  - install unstrctrd          0.4
  - install uutf               1.0.3
  - install uuuu               0.3.0
  - install yuscii             0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigarray-overlap.0.2.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved coin.0.1.4  (cached)
-> retrieved cppo.1.7.0  (cached)
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.4.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved emile.1.1  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved mrmime.0.6.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved prettym.0.0.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved rresult.0.7.0  (cached)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yuscii.0.3.0  (cached)
-> retrieved uuuu.0.3.0  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed bigarray-overlap.0.2.1
-> installed yuscii.0.3.0
-> installed csexp.1.5.2
-> installed base64.3.5.1
-> installed cppo.1.7.0
-> installed domain-name.0.4.0
-> installed ke.0.6
-> installed macaddr.5.6.0
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed re.1.11.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.0
-> installed coin.0.1.4
-> installed uuuu.0.3.0
-> installed rosetta.0.3.0
-> installed dune-configurator.3.16.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed prettym.0.0.3
-> installed unstrctrd.0.4
-> installed emile.1.1
-> installed mrmime.0.6.1
-> installed lwt.5.7.0
-> installed logs.0.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-16 13:39.03 ---> using "4c2d669f58e56a3fe58e4fe0b54f8eea3bc44324ada28fb34ca23be41b411f0a" from cache


/src: (copy (src .) (dst /src))
2024-09-16 13:39.03 ---> using "56ea2684b27ee6442b62987d53ba411405cea6761d654fe4a31ce1c3e54ad76a" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-09-16 13:39.03 ---> using "c12da39f84a2b010e16909f641ef26cc3cfb54d9c897d64854a743b2bba1e8a6" from cache
Job succeeded
2024-09-16 13:39.04: Job succeeded