Organisationsmirageduffc58b8a (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 22:06.58: New job: test mirage/duff https://github.com/mirage/duff.git#refs/heads/main (c58b8a0e3c3fea0b9fd62b7fdc906bbe083f41dd) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/duff.git" -b "main" && cd "duff" && git reset --hard c58b8a0e
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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 duff.opam ./
RUN opam pin add -yn duff.dev './'
ENV DEPS="afl-persistent.1.1 alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.0.0 conf-m4.1 cppo.1.6.1 crowbar.0.1 dune.2.7.0 dune-configurator.2.7.0 fmt.0.8.7 hxd.0.3.1 jbuilder.1.0+beta10 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ocplib-endian.1.0 result.1.0 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y duff.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/duff-ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b-debian-12-4.07_opam-2.1-758b4a75704540974dad5957dfbc0503"
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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src duff.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn duff.dev './'"))
 (env DEPS "afl-persistent.1.1 alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.0.0 conf-m4.1 cppo.1.6.1 crowbar.0.1 dune.2.7.0 dune-configurator.2.7.0 fmt.0.8.7 hxd.0.3.1 jbuilder.1.0+beta10 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ocplib-endian.1.0 result.1.0 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.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.1 --depext-only -y duff.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.17: Waiting for worker…
2024-05-11 12:54.08: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at c58b8a0 Merge pull request #13 from mirage/prepare-v0.5


(from ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b)
Unable to find image 'ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b' locally
docker.io/ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b: Pulling from ocaml/opam
Digest: sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
Status: Downloaded newer image for ocaml/opam@sha256:99cef6473ce753ec3ec15fdcf5a0a0fb61c4c0ce64578b12e9efbe0222b1602b
2024-05-11 12:54.08 ---> 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.08 ---> 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.08 ---> 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.08 ---> using "507d1b06732f1eddefe9afcbbd3414d34576360b7497df3aa76bf615c5a885e5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 12:54.08 ---> 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 2275b400535e884d216047a092e70705139c9e41 || git fetch origin master) && git reset -q --hard 2275b400535e884d216047a092e70705139c9e41 && 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
2275b40053 @dra27 maintains ocaml-secondary-compiler


<><> 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:54.08 ---> using "721a5ea72b5c54d3305d7eda5795c2d490562520d2ba7cd42cbb98b0a56f6967" from cache


/src: (copy (src duff.opam) (dst ./))
2024-05-11 12:54.08 ---> using "c6fc7e0455badfd6f6b79c92e9d16b455a798b89626af852d1fa3bedb44ae34c" from cache


/src: (run (network host)
           (shell "opam pin add -yn duff.dev './'"))
[duff.dev] synchronised (file:///src)
duff is now pinned to file:///src (version dev)
2024-05-11 12:54.11 ---> saved as "23f77ea42696609be5055dbffd3fffb640216a81bf6278cdba2160336d9b3a22"


/src: (env DEPS "afl-persistent.1.1 alcotest.0.8.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigstringaf.0.1.0 cmdliner.1.0.0 conf-m4.1 cppo.1.6.1 crowbar.0.1 dune.2.7.0 dune-configurator.2.7.0 fmt.0.8.7 hxd.0.3.1 jbuilder.1.0+beta10 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.9.1 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 ocplib-endian.1.0 result.1.0 seq.0.2.2 stdlib-shims.0.1.0 topkg.0.9.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.1 --depext-only -y duff.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 (805 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[duff.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:54.26 ---> saved as "a6feed12ff88b3e74d1e671a132dcba0477d54b331e6091fea349619a39851cd"


/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   ocamlbuild               0.9.1
  - install   conf-m4                  1
  - install   result                   1.0
  - downgrade ocaml-secondary-compiler 4.08.1-1 to 4.08.1
  - install   ocamlfind                1.8.1
  - install   topkg                    0.9.0
  - install   ocamlfind-secondary      1.8.1
  - install   jbuilder                 1.0+beta10
  - install   base-bytes               base
  - install   cmdliner                 1.0.0
  - install   afl-persistent           1.1
  - install   dune                     2.7.0
  - install   bigstringaf              0.1.0
  - install   cppo                     1.6.1
  - install   astring                  0.8.2
  - install   stdlib-shims             0.1.0
  - install   seq                      0.2.2
  - install   dune-configurator        2.7.0
  - install   ocplib-endian            1.0
  - install   fmt                      0.8.7
  - install   hxd                      0.3.1
  - install   crowbar                  0.1
  - install   alcotest                 0.8.0
===== 22 to install | 1 to downgrade =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.1  (cached)
-> retrieved alcotest.0.8.0  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved bigstringaf.0.1.0  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> retrieved crowbar.0.1  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved hxd.0.3.1  (cached)
-> retrieved jbuilder.1.0+beta10  (cached)
-> retrieved dune.2.7.0  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved ocaml-secondary-compiler.4.08.1  (cached)
-> retrieved ocamlbuild.0.9.1  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved ocamlfind-secondary.1.8.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.0.9.0  (cached)
-> installed result.1.0
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed ocamlbuild.0.9.1
-> installed topkg.0.9.0
-> installed jbuilder.1.0+beta10
-> installed bigstringaf.0.1.0
-> installed afl-persistent.1.1
-> installed cppo.1.6.1
-> installed astring.0.8.2
-> installed cmdliner.1.0.0
-> installed ocplib-endian.1.0
-> installed crowbar.0.1
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.08.1
-> installed ocamlfind-secondary.1.8.1
-> installed dune.2.7.0
-> installed stdlib-shims.0.1.0
-> installed seq.0.2.2
-> installed dune-configurator.2.7.0
-> installed fmt.0.8.7
-> installed alcotest.0.8.0
-> installed hxd.0.3.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 12:56.49 ---> saved as "14af5a05836e505d8025537c137b2f51589513c34dfda4c867aaa3544e462418"


/src: (copy (src .) (dst /src))
2024-05-11 12:56.49 ---> saved as "6cd9ea5cee2db712ef1dd4d6339cbd16de05f954f16b163551de0f82b253b9c7"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
      ocamlc fuzz/.fuzz.eobjs/byte/dune__exe__Fuzz.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.07/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 -g -bin-annot -I fuzz/.fuzz.eobjs/byte -I /home/opam/.opam/4.07/lib/afl-persistent -I /home/opam/.opam/4.07/lib/bigstringaf -I /home/opam/.opam/4.07/lib/bytes -I /home/opam/.opam/4.07/lib/cmdliner -I /home/opam/.opam/4.07/lib/crowbar -I /home/opam/.opam/4.07/lib/fmt -I /home/opam/.opam/4.07/lib/hxd/core -I /home/opam/.opam/4.07/lib/hxd/string -I /home/opam/.opam/4.07/lib/ocplib-endian -I /home/opam/.opam/4.07/lib/result -I /home/opam/.opam/4.07/lib/seq -I /home/opam/.opam/4.07/lib/stdlib-shims -I lib/.duff.objs/byte -I lib/.duff.objs/native -no-alias-deps -opaque -o fuzz/.fuzz.eobjs/byte/dune__exe__Fuzz.cmo -c -impl fuzz/fuzz.ml)
File "fuzz/fuzz.ml", line 14, characters 10-26:
Error: Unbound value Bigstringaf.blit
        test alias test/runtest
tput: No value for $TERM and no -T specified
stty: 'standard input': Inappropriate ioctl for device
seed: [|134; 71; 135; 49; 27; 34; 173; 85; 173; 51; 176; 178|].
Testing duff.
[OK]                random iso          0   random:1024.
[OK]                random iso          1   random:1024.
[OK]                random iso          2   random:1024.
[OK]                random iso          3   random:1024.
[OK]                random iso          4   random:1024.
[OK]                random iso          5   random:1024.
[OK]                random iso          6   random:1024.
[OK]                random iso          7   random:1024.
[OK]                random iso          8   random:1024.
[OK]                random iso          9   random:1024.
[OK]                random iso         10   random:1024.
[OK]                random iso         11   random:1024.
[OK]                random iso         12   random:1024.
[OK]                random iso         13   random:1024.
[OK]                random iso         14   random:1024.
[OK]                random iso         15   random:1024.
[OK]                random iso         16   random:1024.
[OK]                random iso         17   random:1024.
[OK]                random iso         18   random:1024.
[OK]                random iso         19   random:1024.
[OK]                random iso         20   random:1024.
[OK]                random iso         21   random:1024.
[OK]                random iso         22   random:1024.
[OK]                random iso         23   random:1024.
[OK]                random iso         24   random:1024.
[OK]                random iso         25   random:1024.
[OK]                random iso         26   random:1024.
[OK]                random iso         27   random:1024.
[OK]                random iso         28   random:1024.
[OK]                random iso         29   random:1024.
[OK]                random iso         30   random:1024.
[OK]                random iso         31   random:1024.
[OK]                random iso         32   random:1024.
[OK]                random iso         33   random:1024.
[OK]                random iso         34   random:1024.
[OK]                random iso         35   random:1024.
[OK]                random iso         36   random:1024.
[OK]                random iso         37   random:1024.
[OK]                random iso         38   random:1024.
[OK]                random iso         39   random:1024.
[OK]                random iso         40   random:1024.
[OK]                random iso         41   random:1024.
[OK]                random iso         42   random:1024.
[OK]                random iso         43   random:1024.
[OK]                random iso         44   random:1024.
[OK]                random iso         45   random:1024.
[OK]                random iso         46   random:1024.
[OK]                random iso         47   random:1024.
[OK]                random iso         48   random:1024.
[OK]                random iso         49   random:1024.
[OK]                random iso         50   random:1024.
[OK]                random iso         51   random:1024.
[OK]                random iso         52   random:1024.
[OK]                random iso         53   random:1024.
[OK]                random iso         54   random:1024.
[OK]                random iso         55   random:1024.
[OK]                random iso         56   random:1024.
[OK]                random iso         57   random:1024.
[OK]                random iso         58   random:1024.
[OK]                random iso         59   random:1024.
[OK]                random iso         60   random:1024.
[OK]                random iso         61   random:1024.
[OK]                random iso         62   random:1024.
[OK]                random iso         63   random:1024.
The full test results are available in `_build/_tests`.
Test Successful in 0.012s. 64 tests run.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 12:56.51: Job failed: Failed: Build failed