OrganisationsJulowrss_to_mailb5c9b4 ()(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-04-10 15:52.25: New job: test Julow/rss_to_mail https://github.com/Julow/rss_to_mail.git#refs/heads/master (b5c9b4ead26852bc88ae5b1742978bdbc95ac2b2) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/Julow/rss_to_mail.git" -b "master" && cd "rss_to_mail" && git reset --hard b5c9b4ea
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
# debian-12-4.10_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 cbb8cd94c39e250b80c3d011957716a0096cbb3e || git fetch origin master) && git reset -q --hard cbb8cd94c39e250b80c3d011957716a0096cbb3e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 rss_to_mail.opam ./
RUN opam pin add -yn rss_to_mail.dev './'
ENV DEPS="alcotest.0.8.0 angstrom.0.14.0 asn1-combinators.0.2.3 astring.0.8.2 base.v0.14.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigarray-overlap.0.2.0 bigstringaf.0.5.0 cmdliner.1.0.0 cohttp.2.3.0 cohttp-lwt.2.3.0 cohttp-lwt-unix.2.3.0 coin.0.1.2 colombe.0.4.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-gmp.1 conf-gmp-powm-sec.1 conf-libssl.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.5.1 cstruct.6.0.0 cstruct-sexp.5.0.0 cstruct-unix.6.0.0 domain-name.0.3.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 emile.1.0 eqaf.0.7 fiat-p256.0.1.0 fieldslib.v0.14.0 fmt.0.8.7 fpath.0.7.0 gmap.0.3.0 hacl_x25519.0.1.0 hex.1.4.0 hkdf.1.0.4 ipaddr.4.0.0 ipaddr-sexp.4.0.0 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 jst-config.v0.14.0 ke.0.4 lambdasoup.0.5 logs.0.6.2 lwt.4.2.0 lwt_ssl.1.1.1 macaddr.4.0.0 magic-mime.1.0.0 markup.0.7.5 mdx.1.8.1 menhir.20160303 mirage-crypto.0.8.5 mirage-crypto-pk.0.8.5 mirage-crypto-rng.0.8.5 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.0.2 mrmime.0.3.2 mtime.1.0.0 num.1.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocaml-syntax-shims.1.0.0 ocaml-version.2.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 odoc.1.5.0 parsexp.v0.14.0 pecu.0.5 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_js_style.v0.14.0 ppx_optcomp.v0.14.1 ppx_sexp_conv.v0.14.2 ppxlib.0.18.0 ptime.0.8.2 re.1.9.0 result.1.0 rosetta.0.3.0 rresult.0.6.0 sendmail.0.4.0 sendmail-lwt.0.4.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 ssl.0.5.9 stdio.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 time_now.v0.14.0 tls.0.12.5 topkg.0.9.0 tyxml.4.5.0 tyxml-ppx.4.5.0 tyxml-syntax.4.5.0 uchar.0.0.2 unstrctrd.0.2 uri.3.0.0 uri-sexp.3.0.0 uutf.1.0.1 uuuu.0.2.0 x509.0.11.0 xmlm.1.3.0 yuscii.0.3.0 zarith.1.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y rss_to_mail.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-04-10 15:52.25: Using cache hint "Julow/rss_to_mail-ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc-debian-12-4.10_opam-2.1-43fafd1ffcc233fd041767f260c527ce"
2024-04-10 15:52.25: Using OBuilder spec:
((from ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc)
 (comment debian-12-4.10_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 cbb8cd94c39e250b80c3d011957716a0096cbb3e || git fetch origin master) && git reset -q --hard cbb8cd94c39e250b80c3d011957716a0096cbb3e && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src rss_to_mail.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn rss_to_mail.dev './'"))
 (env DEPS "alcotest.0.8.0 angstrom.0.14.0 asn1-combinators.0.2.3 astring.0.8.2 base.v0.14.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigarray-overlap.0.2.0 bigstringaf.0.5.0 cmdliner.1.0.0 cohttp.2.3.0 cohttp-lwt.2.3.0 cohttp-lwt-unix.2.3.0 coin.0.1.2 colombe.0.4.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-gmp.1 conf-gmp-powm-sec.1 conf-libssl.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.5.1 cstruct.6.0.0 cstruct-sexp.5.0.0 cstruct-unix.6.0.0 domain-name.0.3.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 emile.1.0 eqaf.0.7 fiat-p256.0.1.0 fieldslib.v0.14.0 fmt.0.8.7 fpath.0.7.0 gmap.0.3.0 hacl_x25519.0.1.0 hex.1.4.0 hkdf.1.0.4 ipaddr.4.0.0 ipaddr-sexp.4.0.0 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 jst-config.v0.14.0 ke.0.4 lambdasoup.0.5 logs.0.6.2 lwt.4.2.0 lwt_ssl.1.1.1 macaddr.4.0.0 magic-mime.1.0.0 markup.0.7.5 mdx.1.8.1 menhir.20160303 mirage-crypto.0.8.5 mirage-crypto-pk.0.8.5 mirage-crypto-rng.0.8.5 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.0.2 mrmime.0.3.2 mtime.1.0.0 num.1.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocaml-syntax-shims.1.0.0 ocaml-version.2.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 odoc.1.5.0 parsexp.v0.14.0 pecu.0.5 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_js_style.v0.14.0 ppx_optcomp.v0.14.1 ppx_sexp_conv.v0.14.2 ppxlib.0.18.0 ptime.0.8.2 re.1.9.0 result.1.0 rosetta.0.3.0 rresult.0.6.0 sendmail.0.4.0 sendmail-lwt.0.4.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 ssl.0.5.9 stdio.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 time_now.v0.14.0 tls.0.12.5 topkg.0.9.0 tyxml.4.5.0 tyxml-ppx.4.5.0 tyxml-syntax.4.5.0 uchar.0.0.2 unstrctrd.0.2 uri.3.0.0 uri-sexp.3.0.0 uutf.1.0.1 uuuu.0.2.0 x509.0.11.0 xmlm.1.3.0 yuscii.0.3.0 zarith.1.4")
 (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 rss_to_mail.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-04-10 15:52.25: Waiting for resource in pool OCluster
2024-04-10 16:51.05: Waiting for worker…
2024-04-10 16:53.56: Got resource from pool OCluster
Building on x86-bm-c19.sw.ocaml.org
All commits already cached
HEAD is now at b5c9b4e Default entry field target


(from ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc)
Unable to find image 'ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc' locally
docker.io/ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc: Pulling from ocaml/opam
Digest: sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
Status: Downloaded newer image for ocaml/opam@sha256:1d1ac62be89efbf26eb1b691d647cda3de4203b14bfc4ea55b6d9c8de86a57bc
2024-04-10 16:54.24 ---> saved as "92e4b6a8d0c7972eb60e5f83a96dcca892980fd73dcd629e841b4d640bd075e2"


/: (comment debian-12-4.10_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-04-10 16:54.24 ---> saved as "a7d32f04952394effcd7c350d1ed2d798caedafb4cd4e2763e86e1b9d3770d1f"


/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-04-10 16:55.41 ---> saved as "70d178b5842c6abb1b5ed154b6274041b43527cf3eb7e79fe103cb28c09c58e3"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.10.2
2.1.5
2024-04-10 16:55.42 ---> saved as "4630cfc3f8dc0559bc345c96312de1222e8a9c8093f2cfa30ff45c54b41099ec"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 16:55.42 ---> saved as "6f21386de2c048c4769e2eb70003c7ce8c8c1035cfbf4e080d8ce5e1606ab0e3"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e cbb8cd94c39e250b80c3d011957716a0096cbb3e || git fetch origin master) && git reset -q --hard cbb8cd94c39e250b80c3d011957716a0096cbb3e && git log --no-decorate -n1 --oneline && opam update -u"))
cbb8cd94c3 conf-pkg-config: rename nixos pkgconfig -> pkg-config


<><> 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-04-10 16:57.07 ---> saved as "7b6382f566d4b84de8b290123856d2ef4479a569da19a3bf4f94ddd8921131b9"


/src: (copy (src rss_to_mail.opam) (dst ./))
2024-04-10 16:57.07 ---> saved as "d3b2af1f70ae14ec6dca067bf699539939e9ac94fa8cd41edba11ebb5dd7185b"


/src: (run (network host)
           (shell "opam pin add -yn rss_to_mail.dev './'"))
Package rss_to_mail does not exist, create as a NEW package? [Y/n] y
[rss_to_mail.dev] synchronised (file:///src)
rss_to_mail is now pinned to file:///src (version dev)
2024-04-10 16:57.09 ---> saved as "86becbd2af3722f096d27bf9f977e03f07736c81b5d1ad450c25d047c2cc10d8"


/src: (env DEPS "alcotest.0.8.0 angstrom.0.14.0 asn1-combinators.0.2.3 astring.0.8.2 base.v0.14.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 bigarray-overlap.0.2.0 bigstringaf.0.5.0 cmdliner.1.0.0 cohttp.2.3.0 cohttp-lwt.2.3.0 cohttp-lwt-unix.2.3.0 coin.0.1.2 colombe.0.4.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-gmp.1 conf-gmp-powm-sec.1 conf-libssl.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 cppo.1.6.1 csexp.1.5.1 cstruct.6.0.0 cstruct-sexp.5.0.0 cstruct-unix.6.0.0 domain-name.0.3.0 dune.2.8.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 duration.0.1.0 emile.1.0 eqaf.0.7 fiat-p256.0.1.0 fieldslib.v0.14.0 fmt.0.8.7 fpath.0.7.0 gmap.0.3.0 hacl_x25519.0.1.0 hex.1.4.0 hkdf.1.0.4 ipaddr.4.0.0 ipaddr-sexp.4.0.0 jane-street-headers.v0.14.0 jbuilder.1.0+beta20.1 jsonm.1.0.1 jst-config.v0.14.0 ke.0.4 lambdasoup.0.5 logs.0.6.2 lwt.4.2.0 lwt_ssl.1.1.1 macaddr.4.0.0 magic-mime.1.0.0 markup.0.7.5 mdx.1.8.1 menhir.20160303 mirage-crypto.0.8.5 mirage-crypto-pk.0.8.5 mirage-crypto-rng.0.8.5 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.0.2 mrmime.0.3.2 mtime.1.0.0 num.1.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocaml-syntax-shims.1.0.0 ocaml-version.2.3.0 ocamlbuild.0.14.0 ocamlfind.1.8.1 octavius.0.1.0 odoc.1.5.0 parsexp.v0.14.0 pecu.0.5 ppx_assert.v0.14.0 ppx_base.v0.14.0 ppx_cold.v0.14.0 ppx_compare.v0.14.0 ppx_cstruct.6.0.0 ppx_derivers.1.0 ppx_enumerate.v0.14.0 ppx_expect.v0.14.1 ppx_fields_conv.v0.14.2 ppx_hash.v0.14.0 ppx_here.v0.14.0 ppx_inline_test.v0.14.1 ppx_js_style.v0.14.0 ppx_optcomp.v0.14.1 ppx_sexp_conv.v0.14.2 ppxlib.0.18.0 ptime.0.8.2 re.1.9.0 result.1.0 rosetta.0.3.0 rresult.0.6.0 sendmail.0.4.0 sendmail-lwt.0.4.0 seq.0.2.2 sexplib.v0.14.0 sexplib0.v0.14.0 ssl.0.5.9 stdio.v0.14.0 stdlib-shims.0.1.0 stringext.1.4.0 time_now.v0.14.0 tls.0.12.5 topkg.0.9.0 tyxml.4.5.0 tyxml-ppx.4.5.0 tyxml-syntax.4.5.0 uchar.0.0.2 unstrctrd.0.2 uri.3.0.0 uri-sexp.3.0.0 uutf.1.0.1 uuuu.0.2.0 x509.0.11.0 xmlm.1.3.0 yuscii.0.3.0 zarith.1.4")


/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 rss_to_mail.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]
- Fetched 103 kB in 0s (471 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[rss_to_mail.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:
    libgmp-dev libssl-dev m4 pkg-config


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


2024-04-10 16:57.33 ---> saved as "2f6d4f9d36bbd7d6569cda07a230442f3800ec2d4d36cdf5e0e96423ae97fc3b"


/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 conf-gmp                1
  - install mirage-no-xen           1
  - install conf-m4                 1
  - install jbuilder                1.0+beta20.1
  - install result                  1.0
  - install ocamlbuild              0.14.0
  - install dune                    2.8.0
  - install conf-pkg-config         1.0
  - install mirage-no-solo5         1
  - install conf-perl               1
  - install conf-gmp-powm-sec       1
  - install ocamlfind               1.8.1
  - install ppx_derivers            1.0
  - install ocaml-compiler-libs     v0.11.0
  - install uchar                   0.0.2
  - install yuscii                  0.3.0
  - install stdlib-shims            0.1.0
  - install sexplib0                v0.14.0
  - install seq                     0.2.2
  - install pecu                    0.5
  - install ocaml-version           2.3.0
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-migrate-parsetree 2.0.0
  - install mmap                    1.0.2
  - install macaddr                 4.0.0
  - install jane-street-headers     v0.14.0
  - install gmap                    0.3.0
  - install dune-private-libs       2.3.0
  - install csexp                   1.5.1
  - install bigstringaf             0.5.0
  - install bigarray-compat         1.0.0
  - install conf-libssl             1
  - install zarith                  1.4
  - install topkg                   0.9.0
  - install num                     1.0
  - install menhir                  20160303
  - install magic-mime              1.0.0
  - install lambdasoup              0.5
  - install base-bytes              base
  - install re                      1.9.0
  - install ppxlib                  0.18.0
  - install dune-configurator       2.3.0
  - install angstrom                0.14.0
  - install cstruct                 6.0.0
  - install bigarray-overlap        0.2.0
  - install xmlm                    1.3.0
  - install rresult                 0.6.0
  - install ptime                   0.8.2
  - install octavius                0.1.0
  - install mtime                   1.0.0
  - install duration                0.1.0
  - install cmdliner                1.0.0
  - install stringext               1.4.0
  - install cppo                    1.6.1
  - install base64                  3.1.0
  - install astring                 0.8.2
  - install ssl                     0.5.9
  - install base                    v0.14.0
  - install uuuu                    0.2.0
  - install coin                    0.1.2
  - install hex                     1.4.0
  - install eqaf                    0.7
  - install cstruct-unix            6.0.0
  - install asn1-combinators        0.2.3
  - install uutf                    1.0.1
  - install fmt                     0.8.7
  - install uri                     3.0.0
  - install lwt                     4.2.0
  - install fpath                   0.7.0
  - install stdio                   v0.14.0
  - install ppx_sexp_conv           v0.14.2
  - install ppx_js_style            v0.14.0
  - install ppx_here                v0.14.0
  - install ppx_enumerate           v0.14.0
  - install ppx_compare             v0.14.0
  - install ppx_cold                v0.14.0
  - install parsexp                 v0.14.0
  - install fieldslib               v0.14.0
  - install rosetta                 0.3.0
  - install mirage-crypto           0.8.5
  - install hacl_x25519             0.1.0
  - install unstrctrd               0.2
  - install tyxml-syntax            4.5.0
  - install tyxml                   4.5.0
  - install jsonm                   1.0.1
  - install ke                      0.4
  - install domain-name             0.3.0
  - install alcotest                0.8.0
  - install markup                  0.7.5
  - install lwt_ssl                 1.1.1
  - install logs                    0.6.2
  - install ppx_optcomp             v0.14.1
  - install uri-sexp                3.0.0
  - install ppx_hash                v0.14.0
  - install ppx_assert              v0.14.0
  - install sexplib                 v0.14.0
  - install ppx_fields_conv         v0.14.2
  - install hkdf                    1.0.4
  - install odoc                    1.5.0
  - install ipaddr                  4.0.0
  - install tyxml-ppx               4.5.0
  - install mirage-crypto-rng       0.8.5
  - install ppx_base                v0.14.0
  - install jst-config              v0.14.0
  - install ppx_cstruct             6.0.0
  - install cstruct-sexp            5.0.0
  - install cohttp                  2.3.0
  - install mdx                     1.8.1
  - install ipaddr-sexp             4.0.0
  - install emile                   1.0
  - install mirage-crypto-pk        0.8.5
  - install time_now                v0.14.0
  - install cohttp-lwt              2.3.0
  - install conduit                 2.1.0
  - install mrmime                  0.3.2
  - install colombe                 0.4.0
  - install x509                    0.11.0
  - install ppx_inline_test         v0.14.1
  - install conduit-lwt             2.1.0
  - install ppx_expect              v0.14.1
  - install fiat-p256               0.1.0
  - install tls                     0.12.5
  - install sendmail                0.4.0
  - install conduit-lwt-unix        2.2.2
  - install sendmail-lwt            0.4.0
  - install cohttp-lwt-unix         2.3.0
===== 126 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.0.8.0  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved asn1-combinators.0.2.3  (cached)
-> retrieved astring.0.8.2  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved bigarray-compat.1.0.0  (cached)
-> retrieved bigarray-overlap.0.2.0  (cached)
-> retrieved bigstringaf.0.5.0  (cached)
-> retrieved cmdliner.1.0.0  (cached)
-> retrieved cohttp.2.3.0  (cached)
-> retrieved cohttp-lwt.2.3.0  (cached)
-> retrieved cohttp-lwt-unix.2.3.0  (cached)
-> retrieved coin.0.1.2  (cached)
-> retrieved colombe.0.4.0  (cached)
-> retrieved conduit.2.1.0  (cached)
-> retrieved conduit-lwt.2.1.0  (cached)
-> retrieved conduit-lwt-unix.2.2.2  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-gmp.1
-> installed conf-m4.1
-> installed conf-perl.1
-> installed conf-pkg-config.1.0
-> retrieved base.v0.14.0  (https://ocaml.janestreet.com/ocaml-core/v0.14/files/base-v0.14.0.tar.gz)
-> retrieved csexp.1.5.1  (cached)
-> retrieved cstruct.6.0.0  (cached)
-> installed conf-gmp-powm-sec.1
-> installed conf-libssl.1
-> retrieved cstruct-sexp.5.0.0  (cached)
-> retrieved cstruct-unix.6.0.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> retrieved dune.2.8.0  (cached)
-> retrieved dune-configurator.2.3.0  (cached)
-> retrieved dune-private-libs.2.3.0  (cached)
-> retrieved duration.0.1.0  (cached)
-> retrieved emile.1.0  (cached)
-> retrieved eqaf.0.7  (cached)
-> retrieved fieldslib.v0.14.0  (cached)
-> retrieved fiat-p256.0.1.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved fpath.0.7.0  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.4.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ipaddr.4.0.0  (cached)
-> retrieved ipaddr-sexp.4.0.0  (cached)
-> retrieved jane-street-headers.v0.14.0  (cached)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved jst-config.v0.14.0  (cached)
-> retrieved ke.0.4  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved logs.0.6.2  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved hacl_x25519.0.1.0  (https://github.com/mirage/hacl/releases/download/v0.1.0/hacl_x25519-v0.1.0.tbz)
-> retrieved macaddr.4.0.0  (cached)
-> retrieved magic-mime.1.0.0  (cached)
-> retrieved lambdasoup.0.5  (https://github.com/aantron/lambda-soup/archive/0.5.tar.gz)
-> retrieved lwt_ssl.1.1.1  (https://github.com/ocsigen/lwt/archive/lwt_ssl-1.1.1.tar.gz)
-> retrieved menhir.20160303  (cached)
-> retrieved mirage-crypto.0.8.5  (cached)
-> retrieved mirage-crypto-pk.0.8.5  (cached)
-> retrieved mirage-crypto-rng.0.8.5  (cached)
-> installed mirage-no-solo5.1
-> installed mirage-no-xen.1
-> retrieved markup.0.7.5  (https://github.com/aantron/markup.ml/archive/0.7.5.tar.gz)
-> retrieved mmap.1.0.2  (cached)
-> retrieved mtime.1.0.0  (cached)
-> retrieved mrmime.0.3.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.0.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.1  (cached)
-> retrieved mdx.1.8.1  (https://github.com/realworldocaml/mdx/releases/download/1.8.1/mdx-1.8.1.tbz)
-> retrieved octavius.0.1.0  (cached)
-> retrieved ocaml-version.2.3.0  (https://github.com/avsm/ocaml-version/releases/download/v2.3.0/ocaml-version-v2.3.0.tbz)
-> retrieved pecu.0.5  (cached)
-> retrieved ppx_assert.v0.14.0  (cached)
-> retrieved ppx_base.v0.14.0  (cached)
-> retrieved ppx_cold.v0.14.0  (cached)
-> retrieved parsexp.v0.14.0  (https://ocaml.janestreet.com/ocaml-core/v0.14/files/parsexp-v0.14.0.tar.gz)
-> retrieved ppx_compare.v0.14.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_enumerate.v0.14.0  (cached)
-> retrieved ppx_cstruct.6.0.0  (cached)
-> retrieved ppx_fields_conv.v0.14.2  (cached)
-> retrieved ppx_hash.v0.14.0  (cached)
-> retrieved ppx_here.v0.14.0  (cached)
-> retrieved ppx_inline_test.v0.14.1  (cached)
-> retrieved ppx_js_style.v0.14.0  (cached)
-> retrieved odoc.1.5.0  (https://github.com/ocaml/odoc/releases/download/1.5.0/odoc-1.5.0.tbz)
-> retrieved ppx_expect.v0.14.1  (https://github.com/janestreet/ppx_expect/archive/v0.14.1.tar.gz)
-> retrieved ppxlib.0.18.0  (cached)
-> retrieved ppx_optcomp.v0.14.1  (https://github.com/janestreet/ppx_optcomp/archive/v0.14.1.tar.gz)
-> retrieved re.1.9.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved rosetta.0.3.0  (cached)
-> retrieved rresult.0.6.0  (cached)
-> retrieved sendmail.0.4.0  (cached)
-> retrieved ptime.0.8.2  (http://erratique.ch/software/ptime/releases/ptime-0.8.2.tbz)
-> retrieved sendmail-lwt.0.4.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> installed result.1.0
-> retrieved stdio.v0.14.0  (cached)
-> retrieved ppx_sexp_conv.v0.14.2  (https://github.com/janestreet/ppx_sexp_conv/archive/v0.14.2.tar.gz)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved time_now.v0.14.0  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved tyxml.4.5.0  (cached)
-> retrieved tyxml-ppx.4.5.0  (cached)
-> retrieved ssl.0.5.9  (https://github.com/savonet/ocaml-ssl/archive/0.5.9.tar.gz)
-> retrieved tyxml-syntax.4.5.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved unstrctrd.0.2  (cached)
-> retrieved uri.3.0.0  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved uri-sexp.3.0.0  (cached)
-> retrieved uuuu.0.2.0  (cached)
-> retrieved xmlm.1.3.0  (cached)
-> retrieved yuscii.0.3.0  (cached)
-> retrieved tls.0.12.5  (https://github.com/mirleft/ocaml-tls/releases/download/v0.12.5/tls-v0.12.5.tbz)
-> retrieved zarith.1.4  (cached)
-> retrieved x509.0.11.0  (https://github.com/mirleft/ocaml-x509/releases/download/v0.11.0/x509-v0.11.0.tbz)
-> installed ocamlfind.1.8.1
-> installed base-bytes.base
-> installed num.1.0
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed lambdasoup.0.5
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed zarith.1.4
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed stringext.1.4.0
-> installed dune.2.8.0
-> installed magic-mime.1.0.0
-> installed base64.3.1.0
-> installed bigarray-compat.1.0.0
-> installed bigstringaf.0.5.0
-> installed csexp.1.5.1
-> installed gmap.0.3.0
-> installed jane-street-headers.v0.14.0
-> installed macaddr.4.0.0
-> installed mmap.1.0.2
-> installed ocaml-migrate-parsetree.2.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.2.3.0
-> installed pecu.0.5
-> installed seq.0.2.2
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.1.0
-> installed topkg.0.9.0
-> installed yuscii.0.3.0
-> installed bigarray-overlap.0.2.0
-> installed cstruct.6.0.0
-> installed angstrom.0.14.0
-> installed eqaf.0.7
-> installed cstruct-unix.6.0.0
-> installed duration.0.1.0
-> installed hex.1.4.0
-> installed rresult.0.6.0
-> installed hacl_x25519.0.1.0
-> installed re.1.9.0
-> installed dune-private-libs.2.3.0
-> installed mtime.1.0.0
-> installed xmlm.1.3.0
-> installed octavius.0.1.0
-> installed ptime.0.8.2
-> installed astring.0.8.2
-> installed dune-configurator.2.3.0
-> installed asn1-combinators.0.2.3
-> installed cmdliner.1.0.0
-> installed fpath.0.7.0
-> installed uri.3.0.0
-> installed fmt.0.8.7
-> installed uutf.1.0.1
-> installed ssl.0.5.9
-> installed domain-name.0.3.0
-> installed mirage-crypto.0.8.5
-> installed alcotest.0.8.0
-> installed ke.0.4
-> installed unstrctrd.0.2
-> installed hkdf.1.0.4
-> installed lwt.4.2.0
-> installed ipaddr.4.0.0
-> installed lwt_ssl.1.1.1
-> installed jsonm.1.0.1
-> installed emile.1.0
-> installed colombe.0.4.0
-> installed logs.0.6.2
-> installed mirage-crypto-rng.0.8.5
-> installed tyxml.4.5.0
-> installed markup.0.7.5
-> installed base.v0.14.0
-> installed fieldslib.v0.14.0
-> installed stdio.v0.14.0
-> installed parsexp.v0.14.0
-> installed sexplib.v0.14.0
-> installed cstruct-sexp.5.0.0
-> installed odoc.1.5.0
-> installed ppxlib.0.18.0
-> installed ppx_optcomp.v0.14.1
-> installed ppx_here.v0.14.0
-> installed ppx_enumerate.v0.14.0
-> installed menhir.20160303
-> installed ppx_compare.v0.14.0
-> installed ppx_cold.v0.14.0
-> installed ppx_fields_conv.v0.14.2
-> installed mdx.1.8.1
-> installed ppx_cstruct.6.0.0
-> installed coin.0.1.2
-> installed uuuu.0.2.0
-> installed ppx_js_style.v0.14.0
-> installed rosetta.0.3.0
-> installed ppx_sexp_conv.v0.14.2
-> installed tyxml-syntax.4.5.0
-> installed mrmime.0.3.2
-> installed ipaddr-sexp.4.0.0
-> installed uri-sexp.3.0.0
-> installed ppx_hash.v0.14.0
-> installed mirage-crypto-pk.0.8.5
-> installed ppx_assert.v0.14.0
-> installed conduit.2.1.0
-> installed tyxml-ppx.4.5.0
-> installed ppx_base.v0.14.0
-> installed x509.0.11.0
-> installed cohttp.2.3.0
-> installed conduit-lwt.2.1.0
-> installed jst-config.v0.14.0
-> installed cohttp-lwt.2.3.0
-> installed time_now.v0.14.0
-> installed ppx_inline_test.v0.14.1
-> installed ppx_expect.v0.14.1
-> installed fiat-p256.0.1.0
-> installed tls.0.12.5
-> installed sendmail.0.4.0
-> installed sendmail-lwt.0.4.0
-> installed conduit-lwt-unix.2.2.2
-> installed cohttp-lwt-unix.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 17:00.20 ---> saved as "b4ca408d2a6f6632199189575d1e8381c93ef2e436fc6286fcfc93b60c139e78"


/src: (copy (src .) (dst /src))
2024-04-10 17:00.20 ---> saved as "1d06b77aa2f043a752dadf3fcc4f21a80ff906fa150756f72604319bbd8dbf42"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.10/lib/lwt_ssl/lwt_ssl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.10/lib/alcotest/alcotest.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
    ocamlopt scraper/.scraper.objs/native/scrap.{cmx,o}
File "_none_", line 1:
Warning 58: no cmx file was found in path for module Soup, and its interface was not compiled with -opaque
    ocamlopt scraper/.scraper.objs/native/scraper.{cmx,o}
File "_none_", line 1:
Warning 58: no cmx file was found in path for module Soup, and its interface was not compiled with -opaque
      ocamlc rss_to_mail/.rss_to_mail.objs/byte/diff.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.10/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 rss_to_mail/.rss_to_mail.objs/byte -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/lambdasoup -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/markup -I /home/opam/.opam/4.10/lib/ptime -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/re/posix -I /home/opam/.opam/4.10/lib/result -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/tyxml -I /home/opam/.opam/4.10/lib/tyxml/functor -I /home/opam/.opam/4.10/lib/uchar -I /home/opam/.opam/4.10/lib/uri -I /home/opam/.opam/4.10/lib/uutf -I /home/opam/.opam/4.10/lib/xmlm -I feed/.feed.objs/byte -I feed/.feed.objs/native -I feed_parser/.feed_parser.objs/byte -I feed_parser/.feed_parser.objs/native -I scraper/.scraper.objs/byte -I scraper/.scraper.objs/native -no-alias-deps -opaque -o rss_to_mail/.rss_to_mail.objs/byte/diff.cmo -c -impl rss_to_mail/diff.pp.ml)
File "rss_to_mail/diff.ml", line 11, characters 14-34:
11 |               In_channel.input_all
                   ^^^^^^^^^^^^^^^^^^^^
Error: Unbound module In_channel
      ocamlc rss_to_mail/.rss_to_mail.objs/byte/mail_body_text.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.10/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 rss_to_mail/.rss_to_mail.objs/byte -I /home/opam/.opam/4.10/lib/astring -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/lambdasoup -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/markup -I /home/opam/.opam/4.10/lib/ptime -I /home/opam/.opam/4.10/lib/re -I /home/opam/.opam/4.10/lib/re/posix -I /home/opam/.opam/4.10/lib/result -I /home/opam/.opam/4.10/lib/seq -I /home/opam/.opam/4.10/lib/stringext -I /home/opam/.opam/4.10/lib/tyxml -I /home/opam/.opam/4.10/lib/tyxml/functor -I /home/opam/.opam/4.10/lib/uchar -I /home/opam/.opam/4.10/lib/uri -I /home/opam/.opam/4.10/lib/uutf -I /home/opam/.opam/4.10/lib/xmlm -I feed/.feed.objs/byte -I feed/.feed.objs/native -I feed_parser/.feed_parser.objs/byte -I feed_parser/.feed_parser.objs/native -I scraper/.scraper.objs/byte -I scraper/.scraper.objs/native -no-alias-deps -opaque -o rss_to_mail/.rss_to_mail.objs/byte/mail_body_text.cmo -c -impl rss_to_mail/mail_body_text.pp.ml)
File "rss_to_mail/mail_body_text.ml", line 76, characters 10-26:
76 |   if not (String.ends_with ~suffix:"\n" code) then k "\n";
               ^^^^^^^^^^^^^^^^
Error: Unbound value String.ends_with
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-04-10 17:00.23: Job failed: Failed: Build failed