Organisationsmiragecheckseum33f923 (main)ubuntu-23.10-5.2_opam-2.1

ubuntu-23.10-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:14.27: New job: test mirage/checkseum https://github.com/mirage/checkseum.git#refs/heads/main (33f923852958baa2791e2753fc1bd13841ad7234) (linux-x86_64:ubuntu-23.10-5.2_opam-2.1)
Base: ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/checkseum.git" -b "main" && cd "checkseum" && git reset --hard 33f92385
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
# ubuntu-23.10-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 checkseum.opam ./
RUN opam pin add -yn checkseum.dev './'
ENV DEPS="alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 optint.0.3.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y checkseum.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-06-17 13:14.27: Using cache hint "mirage/checkseum-ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2-ubuntu-23.10-5.2_opam-2.1-3368c1d6419177817fee2eb4d506aa90"
2024-06-17 13:14.27: Using OBuilder spec:
((from ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2)
 (comment ubuntu-23.10-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src checkseum.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn checkseum.dev './'"))
 (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 optint.0.3.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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 checkseum.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-06-17 13:14.27: Waiting for resource in pool OCluster
2024-06-19 15:02.05: Waiting for worker…
2024-06-19 15:05.35: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at 33f9238 Merge pull request #85 from hannesm/fix-Wdeprecated-non-prototype


(from ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2)
Unable to find image 'ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2' locally
docker.io/ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2: Pulling from ocaml/opam
39c5ab71414f: Pulling fs layer
39c5ab71414f: Verifying Checksum
39c5ab71414f: Download complete
39c5ab71414f: Pull complete
Digest: sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
Status: Downloaded newer image for ocaml/opam@sha256:bb83f914e9729eb3eaed28885b98473daa2167b354ed563f47ecfde102fc9ad2
2024-06-19 15:05.36 ---> using "08ff322e7b43b140a97f44ef3586b95c524228950d0bb928b5e0d27aa9efd348" from cache


/: (comment ubuntu-23.10-5.2_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-06-19 15:05.36 ---> using "de8e844ed848ef1a41c7aed51270976b53a0ba58d215f5549055fcf746c119e1" 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-06-19 15:05.36 ---> using "ca77b2e6d0afe5820c6c0c1d17362e99a93af588e447e97934ecb3f34d4d7c12" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-06-19 15:05.36 ---> using "c6ce374343fd7561578f255e14a601e7969928cb40cd1ed3b03ecd180dddac66" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 15:05.36 ---> using "3ef5d9bab8b80d6fea0d46992f0e59ecd4edd5fb58ccce40ecdb80e2d59e5498" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


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


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   5.2.0*  [upstream or system changes]
  - recompile ocaml-config          3       [uses ocaml-base-compiler]
  - recompile ocaml                 5.2.0   [uses ocaml-base-compiler]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
  - recompile base-domains          base    [uses ocaml]
  - recompile base-nnp              base    [uses base-domains]
===== 2 to install | 7 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.5.2.0  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.5.2.0
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.2.0
-> installed ocaml-base-compiler.5.2.0
-> installed ocaml-config.3
-> installed ocaml.5.2.0
-> installed base-domains.base
-> installed base-nnp.base
-> 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-06-19 15:05.36 ---> using "d8440ea174c72c48747cb6c9ac684cf85f246b6ce01b1236be9f0e015b8bc184" from cache


/src: (copy (src checkseum.opam) (dst ./))
2024-06-19 15:05.36 ---> saved as "86da446f350e998e696e7d488450846e3ebc85bda0b4984444ce7ee0bf340090"


/src: (run (network host)
           (shell "opam pin add -yn checkseum.dev './'"))
[checkseum.dev] synchronised (file:///src)
checkseum is now pinned to file:///src (version dev)
2024-06-19 15:05.39 ---> saved as "e4c419bbfdf4cbe6bffeaa91cd391cc75e0432ca8833027eff50a1c389b4850f"


/src: (env DEPS "alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-x86_64.1 host-system-other.1 logs.0.7.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 optint.0.3.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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 checkseum.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu mantic InRelease
- Get:2 http://security.ubuntu.com/ubuntu mantic-security InRelease [127 kB]
- Get:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [127 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu mantic-security/main amd64 Packages [508 kB]
- Get:6 http://archive.ubuntu.com/ubuntu mantic-updates/multiverse amd64 Packages [9920 B]
- Get:7 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [584 kB]
- Get:8 http://security.ubuntu.com/ubuntu mantic-security/restricted amd64 Packages [484 kB]
- Get:9 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [393 kB]
- Get:10 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [508 kB]
- Get:11 http://archive.ubuntu.com/ubuntu mantic-updates/restricted amd64 Packages [506 kB]
- Fetched 3248 kB in 2s (2053 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[checkseum.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-06-19 15:05.58 ---> saved as "c520e3cb35be0e433ba287364c1953535b281570cd290be4d8cc69fee92b1bf3"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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-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 ocamlbuild         0.14.3
  - install dune               3.16.0
  - install ocamlfind          1.9.6
  - install cmdliner           1.3.0
  - install seq                base
  - install stdlib-shims       0.3.0
  - install optint             0.3.0
  - install ocaml-syntax-shims 1.0.0
  - install csexp              1.5.2
  - install topkg              1.0.7
  - install re                 1.11.0
  - install dune-configurator  3.16.0
  - install uutf               1.0.3
  - install rresult            0.7.0
  - install fmt                0.9.0
  - install astring            0.8.5
  - install logs               0.7.0
  - install fpath              0.7.3
  - install alcotest           1.7.0
  - install bos                0.2.1
===== 20 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed optint.0.3.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed dune-configurator.3.16.0
-> installed alcotest.1.7.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 15:07.08 ---> saved as "f0ad65de78b0e37624a91f0663ebd824d9e8c6ceafd915dcbe67fff40edc2c47"


/src: (copy (src .) (dst /src))
2024-06-19 15:07.09 ---> saved as "565390d7f3ed17b4f37b5e38e0c00f0e4742baed3eac8208af09b20b28c75303"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/ocaml && ./test.exe --color=always)
Testing `checkseum'.
This run has ID `YSZN6MX2'.


  [OK]          adler32          0   0.
  [OK]          adler32          1   1.
  [OK]          adler32          2   2.
  [OK]          adler32          3   3.
  [OK]          adler32          4   4.
  [OK]          adler32          5   5.
  [OK]          crc32c           0   0.
  [OK]          crc32c           1   1.
  [OK]          crc32c           2   2.
  [OK]          crc32c           3   3.
  [OK]          crc32c           4   4.
  [OK]          crc32            0   0.
  [OK]          crc32            1   1.
  [OK]          crc32            2   2.
  [OK]          crc32            3   3.
  [OK]          crc32            4   4.
  [OK]          crc32            5   5.
  [OK]          crc24            0   0.
  [OK]          crc24            1   1.
  [OK]          crc24            2   2.
  [OK]          crc24            3   3.


Full test results in `/src/_build/default/test/ocaml/_build/_tests/checkseum'.
Test Successful in 0.008s. 21 tests run.
(cd _build/default/test/c && ./test.exe --color=always)
Testing `checkseum'.
This run has ID `4D3Y26Z6'.


  [OK]          adler32          0   0.
  [OK]          adler32          1   1.
  [OK]          adler32          2   2.
  [OK]          adler32          3   3.
  [OK]          adler32          4   4.
  [OK]          adler32          5   5.
  [OK]          crc32c           0   0.
  [OK]          crc32c           1   1.
  [OK]          crc32c           2   2.
  [OK]          crc32c           3   3.
  [OK]          crc32c           4   4.
  [OK]          crc32            0   0.
  [OK]          crc32            1   1.
  [OK]          crc32            2   2.
  [OK]          crc32            3   3.
  [OK]          crc32            4   4.
  [OK]          crc32            5   5.
  [OK]          crc24            0   0.
  [OK]          crc24            1   1.
  [OK]          crc24            2   2.
  [OK]          crc24            3   3.


Full test results in `/src/_build/default/test/c/_build/_tests/checkseum'.
Test Successful in 0.011s. 21 tests run.
2024-06-19 15:07.11 ---> saved as "2ab145591e84e27a0cb1d1f3ae29ec50e31e76c67141308e5bf2c15421425f94"
Job succeeded
2024-06-19 15:07.11: Job succeeded