Organisationsmirageocaml-cow3f53db (main)debian-12-4.03_opam-2.1

debian-12-4.03_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:18.52: New job: test mirage/ocaml-cow https://github.com/mirage/ocaml-cow.git#refs/heads/main (3f53db99b048261b774e45d22d57c7c71f02092b) (linux-x86_64:debian-12-4.03_opam-2.1)
Base: ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/ocaml-cow.git" -b "main" && cd "ocaml-cow" && git reset --hard 3f53db99
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea
# debian-12-4.03_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 cow.opam ./
RUN opam pin add -yn cow.dev './'
ENV DEPS="alcotest.1.1.0 astring.0.8.3 base.v0.9.3 base-bigarray.base base-bytes.base base-num.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cstruct.6.0.1 dune.3.15.2 ezjsonm.1.1.0 fmt.0.8.6 hex.1.4.0 jbuilder.1.0+beta20.2 jsonm.1.0.1 num.0 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-compiler-libs.v0.9.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 omd.1.3.1 ppx_ast.v0.9.1 ppx_core.v0.9.0 ppx_derivers.1.2.1 ppx_driver.v0.9.1 ppx_metaquot.v0.9.0 ppx_optcomp.v0.9.0 ppx_sexp_conv.v0.9.0 ppx_traverse_builtins.v0.9.0 ppx_type_conv.v0.9.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib.v0.9.2 stdio.v0.9.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.4 uchar.0.0.2 uri.1.9.7 uuidm.0.9.7 uutf.1.0.3 xmlm.1.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cow.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 09:18.52: Using cache hint "mirage/ocaml-cow-ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea-debian-12-4.03_opam-2.1-1dc19daee831f5b65b5d3f4856801673"
2024-05-10 09:18.52: Using OBuilder spec:
((from ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea)
 (comment debian-12-4.03_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 cow.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cow.dev './'"))
 (env DEPS "alcotest.1.1.0 astring.0.8.3 base.v0.9.3 base-bigarray.base base-bytes.base base-num.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cstruct.6.0.1 dune.3.15.2 ezjsonm.1.1.0 fmt.0.8.6 hex.1.4.0 jbuilder.1.0+beta20.2 jsonm.1.0.1 num.0 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-compiler-libs.v0.9.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 omd.1.3.1 ppx_ast.v0.9.1 ppx_core.v0.9.0 ppx_derivers.1.2.1 ppx_driver.v0.9.1 ppx_metaquot.v0.9.0 ppx_optcomp.v0.9.0 ppx_sexp_conv.v0.9.0 ppx_traverse_builtins.v0.9.0 ppx_type_conv.v0.9.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib.v0.9.2 stdio.v0.9.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.4 uchar.0.0.2 uri.1.9.7 uuidm.0.9.7 uutf.1.0.3 xmlm.1.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.1 --depext-only -y cow.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 09:18.52: Waiting for resource in pool OCluster
2024-05-11 00:53.51: Waiting for worker…
2024-05-11 00:57.26: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 3f53db9 Fix typo in CHANGELOG


(from ocaml/opam@sha256:efeda74a7308e07f1116c60f20e99e3316014c1a121f86b7a0cf4676fafe83ea)
2024-05-11 00:57.26 ---> using "5e746ce75e4437cb8305c3242b0b72bc201345168ee5141ebd6738538e1ece83" from cache


/: (comment debian-12-4.03_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 00:57.26 ---> using "17730712d481f6de6d87f039733a29f54bc236fb415a7ed1b4487ab1828fae07" 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.


Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 00:57.26 ---> using "0daf33aedad7fb282aaac6c7833940bdb15b54d88d76fff8c6981e24105988f0" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.03.0
2.1.5
2024-05-11 00:57.26 ---> using "8ba57746c1588e360057937b5f9571685bd8a781186d299d6c3ac306404d108c" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 00:57.26 ---> using "8a972db9ab987a0f7ac5a95a1c0017fef21f56ba02eb320ff0446f680f19bec7" 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
   fa727ddb20..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 00:57.26 ---> using "b23c89d2df967834f4f7db348270813bc59697abbac2e3364c5d69016096764d" from cache


/src: (copy (src cow.opam) (dst ./))
2024-05-11 00:57.26 ---> saved as "f95eeeb1229adea570beab0b518ad9e2f98b444f5d5280314253bf33cc68eb9b"


/src: (run (network host)
           (shell "opam pin add -yn cow.dev './'"))
[cow.dev] synchronised (file:///src)
cow is now pinned to file:///src (version dev)
2024-05-11 00:57.28 ---> saved as "bfd5fec1eed0d16786d23cb968c5dafd31a0214ef6da0753077a1674fbcef555"


/src: (env DEPS "alcotest.1.1.0 astring.0.8.3 base.v0.9.3 base-bigarray.base base-bytes.base base-num.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.0.4 cstruct.6.0.1 dune.3.15.2 ezjsonm.1.1.0 fmt.0.8.6 hex.1.4.0 jbuilder.1.0+beta20.2 jsonm.1.0.1 num.0 ocaml.4.03.0 ocaml-base-compiler.4.03.0 ocaml-compiler-libs.v0.9.0 ocaml-config.1 ocaml-migrate-parsetree.1.8.0 ocaml-secondary-compiler.4.08.1-1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 omd.1.3.1 ppx_ast.v0.9.1 ppx_core.v0.9.0 ppx_derivers.1.2.1 ppx_driver.v0.9.1 ppx_metaquot.v0.9.0 ppx_optcomp.v0.9.0 ppx_sexp_conv.v0.9.0 ppx_traverse_builtins.v0.9.0 ppx_type_conv.v0.9.0 re.1.11.0 result.1.5 seq.0.3.1 sexplib.v0.9.2 stdio.v0.9.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.4 uchar.0.0.2 uri.1.9.7 uuidm.0.9.7 uutf.1.0.3 xmlm.1.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.1 --depext-only -y cow.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 (864 kB/s)
- Reading package lists...


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


[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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-11 00:57.44 ---> saved as "14611e04f5bfd4fd06fa76f73c25c05dbed3123393026b29d200bd0483bba931"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.08.1-1).
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.03.0).
[NOTE] Package ocaml is already installed (current version is 4.03.0).
[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.14.3
  - install ocamlfind               1.9.6
  - install cmdliner                1.0.4
  - install jbuilder                1.0+beta20.2
  - install base-num                base
  - install uchar                   0.0.2
  - install topkg                   1.0.4
  - install ocamlfind-secondary     1.9.6
  - install base-bytes              base
  - install ppx_traverse_builtins   v0.9.0
  - install ocaml-compiler-libs     v0.9.0
  - install num                     0
  - install xmlm                    1.3.0
  - install uutf                    1.0.3
  - install uuidm                   0.9.7
  - install dune                    3.15.2
  - install omd                     1.3.1
  - install astring                 0.8.3
  - install sexplib                 v0.9.2
  - install jsonm                   1.0.1
  - install stringext               1.6.0
  - install stdlib-shims            0.3.0
  - install seq                     0.3.1
  - install result                  1.5
  - install ppx_derivers            1.2.1
  - install bigarray-compat         1.1.0
  - install base                    v0.9.3
  - install re                      1.11.0
  - install fmt                     0.8.6
  - install ocaml-migrate-parsetree 1.8.0
  - install cstruct                 6.0.1
  - install stdio                   v0.9.0
  - install alcotest                1.1.0
  - install ppx_ast                 v0.9.1
  - install hex                     1.4.0
  - install ppx_core                v0.9.0
  - install ezjsonm                 1.1.0
  - install ppx_optcomp             v0.9.0
  - install ppx_driver              v0.9.1
  - install ppx_metaquot            v0.9.0
  - install ppx_type_conv           v0.9.0
  - install ppx_sexp_conv           v0.9.0
  - install uri                     1.9.7
===== 43 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.3  (cached)
-> installed base-num.base
-> retrieved alcotest.1.1.0  (cached)
-> retrieved base.v0.9.3  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved cstruct.6.0.1  (cached)
-> retrieved ezjsonm.1.1.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved hex.1.4.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> installed num.0
-> retrieved ocaml-compiler-libs.v0.9.0  (cached)
-> retrieved jbuilder.1.0+beta20.2  (cached)
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved omd.1.3.1  (cached)
-> retrieved ppx_ast.v0.9.1  (cached)
-> retrieved ppx_core.v0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_driver.v0.9.1  (cached)
-> retrieved ppx_metaquot.v0.9.0  (cached)
-> retrieved ppx_optcomp.v0.9.0  (cached)
-> retrieved ppx_sexp_conv.v0.9.0  (cached)
-> retrieved ppx_traverse_builtins.v0.9.0  (cached)
-> retrieved ppx_type_conv.v0.9.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved sexplib.v0.9.2  (cached)
-> retrieved stdio.v0.9.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved topkg.1.0.4  (cached)
-> retrieved uri.1.9.7  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved xmlm.1.3.0  (cached)
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed uchar.0.0.2
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlfind-secondary.1.9.6
-> installed jbuilder.1.0+beta20.2
-> installed ppx_traverse_builtins.v0.9.0
-> installed ocaml-compiler-libs.v0.9.0
-> installed sexplib.v0.9.2
-> installed topkg.1.0.4
-> installed uuidm.0.9.7
-> installed uutf.1.0.3
-> installed xmlm.1.3.0
-> installed astring.0.8.3
-> installed jsonm.1.0.1
-> installed omd.1.3.1
-> installed base.v0.9.3
-> installed stdio.v0.9.0
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed seq.0.3.1
-> installed stringext.1.6.0
-> installed result.1.5
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed cstruct.6.0.1
-> installed hex.1.4.0
-> installed re.1.11.0
-> installed ezjsonm.1.1.0
-> installed fmt.0.8.6
-> installed alcotest.1.1.0
-> installed ocaml-migrate-parsetree.1.8.0
-> installed ppx_ast.v0.9.1
-> installed ppx_core.v0.9.0
-> installed ppx_optcomp.v0.9.0
-> installed ppx_driver.v0.9.1
-> installed ppx_metaquot.v0.9.0
-> installed ppx_type_conv.v0.9.0
-> installed ppx_sexp_conv.v0.9.0
-> installed uri.1.9.7
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 00:58.48 ---> saved as "8ecf02e426cd32562e16cd8076fd7cfe4e968121a94ae2f31067205867d800c8"


/src: (copy (src .) (dst /src))
2024-05-11 00:58.48 ---> saved as "65d8862835768ab15cbe43786c3311773c449bc4290e5b9b1ec4eca282963bc7"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./render.exe -q --color=always)
Testing cow.
This run has ID `DF5BDBF1-4E75-4D24-9BD5-7E63D3936932`.
[OK]                xml          0   xml_expander+dtd.opt-2.
[OK]                xml          1   xml_expander+dtd.opt-1.
[OK]                xml          2   xml_expander+dtd.opt'-2.
[OK]                xml          3   xml_expander+dtd.opt'-1.
[OK]                xml          4   xml_expander+dtd.int-1.
[OK]                xml          5   xml_expander+dtd.flo-1.
[OK]                xml          6   xml_expander+dtd.str-1.
[OK]                xml          7   xml_expander+dtd.uri-1.
[OK]                xml          8   xml_expander+dtd.alist-2.
[OK]                xml          9   xml_expander+dtd.alist-1.
[OK]                xml         10   xml_expander+dtd.list-2.
[OK]                xml         11   xml_expander+dtd.list-1.
[OK]                xml         12   xml_expander+dtd.attrs-2.
[OK]                xml         13   xml_expander+dtd.attrs-1.
[OK]                xml         14   xml_expander+dtd.attrs'-2.
[OK]                xml         15   xml_expander+dtd.attrs'-1.
[OK]                xml         16   xml_expander+dtd.attrs''-2.
[OK]                xml         17   xml_expander+dtd.attrs''-1.
[OK]                xml         18   xml_expander+dtd.labeled_xml_fn-2.
[OK]                xml         19   xml_expander+dtd.labeled_xml_fn-1.
[OK]                xml         20   xml_expander+dtd.label_xml_fn_assignment-2.
[OK]                xml         21   xml_expander+dtd.label_xml_fn_assignment-1.
[OK]                xml         22   xml_expander.opt-2.
[OK]                xml         23   xml_expander.opt-1.
[OK]                xml         24   xml_expander.opt'-2.
[OK]                xml         25   xml_expander.opt'-1.
[OK]                xml         26   xml_expander.int-1.
[OK]                xml         27   xml_expander.flo-1.
[OK]                xml         28   xml_expander.str-1.
[OK]                xml         29   xml_expander.uri-1.
[OK]                xml         30   xml_expander.alist-2.
[OK]                xml         31   xml_expander.alist-1.
[OK]                xml         32   xml_expander.list-2.
[OK]                xml         33   xml_expander.list-1.
[OK]                xml         34   xml_expander.attrs-2.
[OK]                xml         35   xml_expander.attrs-1.
[OK]                xml         36   xml_expander.attrs'-2.
[OK]                xml         37   xml_expander.attrs'-1.
[OK]                xml         38   xml_expander.attrs''-2.
[OK]                xml         39   xml_expander.attrs''-1.
[OK]                xml         40   xml_expander.labeled_xml_fn-2.
[OK]                xml         41   xml_expander.labeled_xml_fn-1.
[OK]                xml         42   xml_expander.label_xml_fn_assignment-2.
[OK]                xml         43   xml_expander.label_xml_fn_assignment-1.
The full test results are available in `/src/_build/default/test/_build/_tests/DF5BDBF1-4E75-4D24-9BD5-7E63D3936932`.
Test Successful in 0.000s. 44 tests run.
2024-05-11 00:58.48 ---> saved as "585e158718db90b22350a416618acbb9cd0c601506876e3c751d2e1ddd0d3826"
Job succeeded
2024-05-11 00:58.49: Job succeeded