Organisationstmcgilchristocaml-h2f72e0d (master)(lint-doc)

(lint-doc)

Link Copied
Code Copied

Logs

2024-05-14 13:15.11: New job: test tmcgilchrist/ocaml-h2 https://github.com/tmcgilchrist/ocaml-h2.git#refs/heads/master (f72e0df6ff74c30f1f1bab01476a6fe5f8c24c1b) (linux-x86_64:(lint-doc))
Base: ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
Opam project lint documentation


To reproduce locally:


git clone --recursive "https://github.com/tmcgilchrist/ocaml-h2.git" -b "master" && cd "ocaml-h2" && git reset --hard f72e0df6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
# debian-12-4.04_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 hpack.opam h2.opam h2-mirage.opam h2-lwt.opam h2-lwt-unix.opam h2-async.opam ./
RUN opam pin add -yn hpack.dev './' && \
    opam pin add -yn h2.dev './' && \
    opam pin add -yn h2-mirage.dev './' && \
    opam pin add -yn h2-lwt.dev './' && \
    opam pin add -yn h2-lwt-unix.dev './' && \
    opam pin add -yn h2-async.dev './'
ENV DEPS="angstrom.0.16.0 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.8.0 conf-pkg-config.3 cppo.1.6.9 cstruct.6.0.1 dune.3.15.2 faraday.0.8.2 hex.1.4.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 seq.0.3.1 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y hpack.dev $DEPS
RUN opam install $DEPS
RUN opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'
COPY --chown=1000:1000 . /src/
RUN ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=hpack @doc || (echo "dune build @doc failed"; exit 2)


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-05-14 13:15.11: Using cache hint "tmcgilchrist/ocaml-h2-ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8-debian-12-4.04_opam-2.1-0b81193c73506cd4c2bc45af025f48b5"
2024-05-14 13:15.11: Using OBuilder spec:
((from ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8)
 (comment debian-12-4.04_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 hpack.opam h2.opam h2-mirage.opam h2-lwt.opam h2-lwt-unix.opam h2-async.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn hpack.dev './' && \
             \nopam pin add -yn h2.dev './' && \
             \nopam pin add -yn h2-mirage.dev './' && \
             \nopam pin add -yn h2-lwt.dev './' && \
             \nopam pin add -yn h2-lwt-unix.dev './' && \
             \nopam pin add -yn h2-async.dev './'"))
 (env DEPS "angstrom.0.16.0 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.8.0 conf-pkg-config.3 cppo.1.6.9 cstruct.6.0.1 dune.3.15.2 faraday.0.8.2 hex.1.4.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 seq.0.3.1 yojson.2.1.2")
 (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 hpack.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
 (copy (src .) (dst /src/))
 (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=hpack @doc || (echo \"dune build @doc failed\"; exit 2)"))
)


2024-05-14 13:15.11: Waiting for resource in pool OCluster
2024-05-14 13:15.15: Waiting for worker…
2024-05-14 13:15.15: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Submodule path 'hpack/test/hpack-test-case': checked out 'b2a1664b43dc520a4bbff2e7db1b7e7af4fb43f4'
Submodule path 'lib_test/http2-frame-test-case': checked out '5c67db0d4d68e1fb7d3a241d6e01fc04d981f465'
HEAD is now at f72e0df Add ocamlformat version
Synchronizing submodule url for 'hpack/test/hpack-test-case'
Synchronizing submodule url for 'lib_test/http2-frame-test-case'
Cleared directory 'hpack/test/hpack-test-case'
Submodule 'hpack/test/hpack-test-case' (https://github.com/http2jp/hpack-test-case.git) unregistered for path 'hpack/test/hpack-test-case'
Cleared directory 'lib_test/http2-frame-test-case'
Submodule 'lib_test/http2-frame-test-case' (https://github.com/http2jp/http2-frame-test-case.git) unregistered for path 'lib_test/http2-frame-test-case'
Submodule 'hpack/test/hpack-test-case' (https://github.com/http2jp/hpack-test-case.git) registered for path 'hpack/test/hpack-test-case'
Submodule 'lib_test/http2-frame-test-case' (https://github.com/http2jp/http2-frame-test-case.git) registered for path 'lib_test/http2-frame-test-case'
Submodule path 'hpack/test/hpack-test-case': checked out 'b2a1664b43dc520a4bbff2e7db1b7e7af4fb43f4'
Submodule path 'lib_test/http2-frame-test-case': checked out '5c67db0d4d68e1fb7d3a241d6e01fc04d981f465'


(from ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8)
Unable to find image 'ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8' locally
docker.io/ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8: Pulling from ocaml/opam
e58cd26576ff: Pulling fs layer
e58cd26576ff: Verifying Checksum
e58cd26576ff: Download complete
e58cd26576ff: Pull complete
Digest: sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
Status: Downloaded newer image for ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
2024-05-14 13:16.40 ---> saved as "f8cc879b8fa41146f4d68824f571af48d0fc242fa563e6c44aad42da2480e773"


/: (comment debian-12-4.04_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-14 13:16.40 ---> saved as "7acf9c20e3a294f65eec146d2b0278d86ac3011a3aaf14f981174ab68667921e"


/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-14 13:17.27 ---> saved as "eb9e02ecfcb5ba37a004cedecf7a30bca11d30398ed5232984b27dff3d577897"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.04.2
2.1.5
2024-05-14 13:17.27 ---> saved as "1c1947f6600fe344049c423f5d475e2bbcf469ba4d40ccfe151b45e81f7382fc"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 13:17.28 ---> saved as "cac506b2ad2021f1ddbd68db7b37261e0a93bd2be740791bb6297e219b96903b"


/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"))
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-14 13:18.17 ---> saved as "800b17a660229cc976f7d4526dcf0ee91522b2e21a3a24f393a8935cca2d7e93"


/src: (copy (src hpack.opam h2.opam h2-mirage.opam h2-lwt.opam h2-lwt-unix.opam h2-async.opam)
            (dst ./))
2024-05-14 13:18.18 ---> saved as "9516862b35d3ede645e89fc0e8acbdc152dc5313ba683809f6115039cdd40620"


/src: (run (network host)
           (shell  "opam pin add -yn hpack.dev './' && \
                  \nopam pin add -yn h2.dev './' && \
                  \nopam pin add -yn h2-mirage.dev './' && \
                  \nopam pin add -yn h2-lwt.dev './' && \
                  \nopam pin add -yn h2-lwt-unix.dev './' && \
                  \nopam pin add -yn h2-async.dev './'"))
[hpack.dev] synchronised (file:///src)
hpack is now pinned to file:///src (version dev)
[h2.dev] synchronised (file:///src)
h2 is now pinned to file:///src (version dev)
[h2-mirage.dev] synchronised (file:///src)
h2-mirage is now pinned to file:///src (version dev)
[h2-lwt.dev] synchronised (file:///src)
h2-lwt is now pinned to file:///src (version dev)
[h2-lwt-unix.dev] synchronised (file:///src)
h2-lwt-unix is now pinned to file:///src (version dev)
[h2-async.dev] synchronised (file:///src)
h2-async is now pinned to file:///src (version dev)
2024-05-14 13:18.25 ---> saved as "ece0f4b978a121f8a4ba4324c8639b6a02a12a5aed9cfd9456fbc01a86c79fb8"


/src: (env DEPS "angstrom.0.16.0 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.8.0 conf-pkg-config.3 cppo.1.6.9 cstruct.6.0.1 dune.3.15.2 faraday.0.8.2 hex.1.4.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocaml-secondary-compiler.4.08.1-1 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 seq.0.3.1 yojson.2.1.2")


/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 hpack.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 (356 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hpack.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.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.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:
    pkg-config


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


2024-05-14 13:18.38 ---> saved as "a9544743b8ce605e7fbac5aa30652d4fed6601fd0c4028d7d9557ee31a18c3db"


/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.04.2).
[NOTE] Package ocaml is already installed (current version is 4.04.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-pkg-config     3
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6
  - install dune                3.15.2
  - install seq                 0.3.1
  - install ocaml-syntax-shims  1.0.0
  - install cppo                1.6.9
  - install bigarray-compat     1.1.0
  - install yojson              2.1.2
  - install cstruct             6.0.1
  - install bigstringaf         0.8.0
  - install hex                 1.4.0
  - install faraday             0.8.2
  - install angstrom            0.16.0
===== 14 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved angstrom.0.16.0  (cached)
-> retrieved bigstringaf.0.8.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-pkg-config.3
-> retrieved cstruct.6.0.1  (cached)
-> retrieved faraday.0.8.2  (cached)
-> retrieved hex.1.4.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> retrieved seq.0.3.1  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.15.2
-> installed seq.0.3.1
-> installed bigarray-compat.1.1.0
-> installed bigstringaf.0.8.0
-> installed cstruct.6.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed faraday.0.8.2
-> installed cppo.1.6.9
-> installed hex.1.4.0
-> installed angstrom.0.16.0
-> installed yojson.2.1.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 13:19.15 ---> saved as "2fb661e65303c1dc0a489ffd6af8016830f9677147a7feb0f4d833ffcba4a115"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam depext -i conf-m4 && opam depext -i dune 'odoc>=1.5.0'"))
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> 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


<><> Carrying on to "opam depext -i conf-m4" ><><><><><><><><><><><><><><><><><>


You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
m4
The following actions will be performed:
  - install conf-m4 1


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-m4.1
Done.
# Run eval $(opam env) to update the current shell environment
You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.15.2).
The following actions will be performed:
  - install result        1.5    [required by odoc]
  - install ocamlbuild    0.14.3 [required by fmt, astring, fpath]
  - install cmdliner      1.0.4  [required by odoc]
  - install base-bytes    base   [required by astring]
  - install re            1.11.0 [required by tyxml]
  - install camlp-streams 5.0.1  [required by odoc-parser]
  - install stdlib-shims  0.3.0  [required by fmt]
  - install topkg         1.0.4  [required by fmt, astring, fpath]
  - install crunch        2.2.0  [required by odoc]
  - install uutf          1.0.3  [required by tyxml]
  - install fmt           0.8.6  [required by odoc]
  - install astring       0.8.3  [required by odoc]
  - install tyxml         4.6.0  [required by odoc]
  - install odoc-parser   2.4.2  [required by odoc]
  - install fpath         0.7.3  [required by odoc]
  - install odoc          2.4.2
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bytes.base
-> retrieved astring.0.8.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved crunch.2.2.0  (cached)
-> retrieved fmt.0.8.6  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.4  (cached)
-> installed camlp-streams.5.0.1
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved odoc.2.4.2  (cached)
-> retrieved odoc-parser.2.4.2  (cached)
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed re.1.11.0
-> installed cmdliner.1.0.4
-> installed ocamlbuild.0.14.3
-> installed crunch.2.2.0
-> installed topkg.1.0.4
-> installed uutf.1.0.3
-> installed fmt.0.8.6
-> installed astring.0.8.3
-> installed fpath.0.7.3
-> installed odoc-parser.2.4.2
-> installed tyxml.4.6.0
-> installed odoc.2.4.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-14 13:21.18 ---> saved as "ea0b105c62edc781397909d4768ee4c7c478328595d5e4c04ce6c4ee49db890a"


/src: (copy (src .) (dst /src/))
2024-05-14 13:21.20 ---> saved as "8b14eeb441e9e7fe7a8df5de3c22b891e2c832c3f9dc31876ab7f5800df9679d"


/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build --only-packages=hpack @doc || (echo \"dune build @doc failed\"; exit 2)"))
2024-05-14 13:21.20 ---> saved as "b4f45e67d068a41fa623c53272e421d5d1dda96cad6f74c1fdc0459861c9ad4e"
Job succeeded
2024-05-14 13:21.21: Job succeeded