Organisationsmiragecheckseum33f923 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.58: New job: test mirage/checkseum https://github.com/mirage/checkseum.git#refs/heads/main (33f923852958baa2791e2753fc1bd13841ad7234) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
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:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
# debian-12-4.07_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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && 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.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.0 cmdliner.1.0.3 conf-m4.1 dune.2.6.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.0 fpath.0.7.0 jbuilder.1.0+beta10 logs.0.6.2 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.8.0 optint.0.3.0 result.1.0 rresult.0.4.0 topkg.0.7.5"
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-05-10 22:06.58: Using cache hint "mirage/checkseum-ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b-debian-12-4.07_opam-2.1-05907ed989883941abbebbaeb7d26a4a"
2024-05-10 22:06.58: Using OBuilder spec:
((from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
 (comment debian-12-4.07_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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && 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.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.0 cmdliner.1.0.3 conf-m4.1 dune.2.6.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.0 fpath.0.7.0 jbuilder.1.0+beta10 logs.0.6.2 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.8.0 optint.0.3.0 result.1.0 rresult.0.4.0 topkg.0.7.5")
 (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-05-10 22:06.58: Waiting for resource in pool OCluster
2024-05-11 12:47.38: Waiting for worker…
2024-05-11 12:54.45: Got resource from pool OCluster
Building on x86-bm-c7.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:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
Unable to find image 'ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b' locally
docker.io/ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b: Pulling from ocaml/opam
2264256a3b65: Pulling fs layer
2264256a3b65: Verifying Checksum
2264256a3b65: Download complete
2264256a3b65: Pull complete
Digest: sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Status: Downloaded newer image for ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
2024-05-11 12:54.46 ---> using "6ad54a8a0a996de05cd03ed30cbb4884566b39028d090d19101121413431a89f" from cache


/: (comment debian-12-4.07_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-11 12:54.46 ---> using "f0b7040ce20c0568672a3afcab01929fd18e2ee66f02faa8d94fd05399839280" 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-11 12:54.46 ---> using "1178bb4688e7e4718d4170c0ec783ce5396ae6f9cd4db4b0fb12bcb2662305da" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.07.1
2.1.5
2024-05-11 12:54.46 ---> using "507d1b06732f1eddefe9afcbbd3414d34576360b7497df3aa76bf615c5a885e5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:54.46 ---> using "b88e937d6c36e43c713a83fbd5f0a1b9c25ffbb55d9e0cc753e256236a40f949" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   6a2ad82c27..2ae169d7d0  master     -> origin/master
819388d34c @dra27 maintains the OCaml Museum


<><> 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-05-11 12:56.39 ---> saved as "3f8fe4bb9daf2f46667018536d3a20db07a060c5ab106ce7ef961fce70d61a07"


/src: (copy (src checkseum.opam) (dst ./))
2024-05-11 12:56.40 ---> saved as "2cc863add183a6653c49dbda50c0950627be459fd95bf4f8e450a16967b81ad9"


/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-05-11 12:56.42 ---> saved as "52eba73b36b48a27501cd0cd9688f4aa379ae9ad53b79d7f5dcaee5acab9fed7"


/src: (env DEPS "alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bos.0.1.0 cmdliner.1.0.3 conf-m4.1 dune.2.6.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fmt.0.8.0 fpath.0.7.0 jbuilder.1.0+beta10 logs.0.6.2 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocamlbuild.0.9.1 ocamlfind.1.8.0 optint.0.3.0 result.1.0 rresult.0.4.0 topkg.0.7.5")


/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://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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 271 kB in 0s (1023 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[checkseum.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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 12:57.01 ---> saved as "a05021ec28f7ce629505c43933a35aa1f518b8e5cfaeb91dd80b1d6060048d21"


/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.07.1).
[NOTE] Package ocaml is already installed (current version is 4.07.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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install cmdliner          1.0.3
  - install ocamlbuild        0.9.1
  - install dune              2.6.0
  - install conf-m4           1
  - install result            1.0
  - install optint            0.3.0
  - install dune-private-libs 2.3.0
  - install ocamlfind         1.8.0
  - install dune-configurator 2.3.0
  - install topkg             0.7.5
  - install jbuilder          1.0+beta10
  - install base-bytes        base
  - install rresult           0.4.0
  - install fmt               0.8.0
  - install astring           0.8.2
  - install logs              0.6.2
  - install fpath             0.7.0
  - install alcotest          0.8.0
  - install bos               0.1.0
===== 19 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bos.0.1.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved cmdliner.1.0.3  (cached)
-> retrieved dune.2.6.0  (cached)
-> installed conf-m4.1
-> retrieved alcotest.0.8.0  (https://github.com/mirage/alcotest/releases/download/0.8.0/alcotest-0.8.0.tbz)
-> retrieved dune-configurator.2.3.0  (cached)
-> retrieved dune-private-libs.2.3.0  (cached)
-> retrieved fmt.0.8.0  (cached)
-> retrieved fpath.0.7.0  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved rresult.0.4.0  (cached)
-> retrieved topkg.0.7.5  (cached)
-> installed result.1.0
-> retrieved jbuilder.1.0+beta10  (https://github.com/janestreet/jbuilder/releases/download/1.0+beta10/jbuilder-1.0.beta10.tbz)
-> installed cmdliner.1.0.3
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed jbuilder.1.0+beta10
-> installed topkg.0.7.5
-> installed rresult.0.4.0
-> installed fmt.0.8.0
-> installed astring.0.8.2
-> installed alcotest.0.8.0
-> installed logs.0.6.2
-> installed fpath.0.7.0
-> installed bos.0.1.0
-> installed dune.2.6.0
-> installed optint.0.3.0
-> installed dune-private-libs.2.3.0
-> installed dune-configurator.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:57.58 ---> saved as "5da6f10473fde10e86167dc6a1dc98a9e4f35c6e58cf9a8c397dde4e85afc4e4"


/src: (copy (src .) (dst /src))
2024-05-11 12:57.58 ---> saved as "1ff142e9f0ab3ee0a2f763f621cf27554cf061833e88ef9f201508eb6f1c4b02"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
        test alias test/ocaml/runtest
tput: No value for $TERM and no -T specified
stty: 'standard input': Inappropriate ioctl for device
Testing checkseum.
[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.
The full test results are available in `_build/_tests`.
Test Successful in 0.009s. 21 tests run.
        test alias test/c/runtest
tput: No value for $TERM and no -T specified
stty: 'standard input': Inappropriate ioctl for device
Testing checkseum.
[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.
The full test results are available in `_build/_tests`.
Test Successful in 0.010s. 21 tests run.
2024-05-11 12:58.00 ---> saved as "11feb69103069ea49ee8278c6ea55a324a8246f25283ce761198a1c71fdf6c2c"
Job succeeded
2024-05-11 12:58.00: Job succeeded