Organisationstmcgilchristocaml-h2f72e0d (master)debian-12-4.05_opam-2.1

debian-12-4.05_opam-2.1

Logs

Show full logs
2024-05-30 09:47.18: New job: test tmcgilchrist/ocaml-h2 https://github.com/tmcgilchrist/ocaml-h2.git#refs/heads/master (f72e0df6ff74c30f1f1bab01476a6fe5f8c24c1b) (linux-x86_64:debian-12-4.05_opam-2.1)
Base: ocaml/opam@sha256:bf10f42002710555bb6907d73bfe6fb566ce17520aa938dd6029d90760f548ef
Opam project build

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:bf10f42002710555bb6907d73bfe6fb566ce17520aa938dd6029d90760f548ef
# debian-12-4.05_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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && 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.3 faraday.0.8.2 hex.1.4.0 ocaml.4.05.0 ocaml-base-compiler.4.05.0 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
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=hpack @install @check @runtest && rm -rf _build

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

2024-05-30 09:47.18: Using cache hint "tmcgilchrist/ocaml-h2-ocaml/opam@sha256:bf10f42002710555bb6907d73bfe6fb566ce17520aa938dd6029d90760f548ef-debian-12-4.05_opam-2.1-2d000ec9b4b16ea161b5371bf0da537d"
2024-05-30 09:47.18: Using OBuilder spec:
((from ocaml/opam@sha256:bf10f42002710555bb6907d73bfe6fb566ce17520aa938dd6029d90760f548ef)
 (comment debian-12-4.05_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 ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && 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.3 faraday.0.8.2 hex.1.4.0 ocaml.4.05.0 ocaml-base-compiler.4.05.0 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"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build --only-packages=hpack @install @check @runtest && rm -rf _build"))
)

2024-05-30 09:47.18: Waiting for resource in pool OCluster
2024-05-30 21:04.03: Waiting for worker…
2024-05-30 21:22.56: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
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:bf10f42002710555bb6907d73bfe6fb566ce17520aa938dd6029d90760f548ef)
2024-05-30 21:23.41 ---> saved as "01b639612fdfdf471a1afc824e62d329bd373c87da23bf0586731ef9e8f57ffa"

/: (comment debian-12-4.05_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-30 21:23.41 ---> saved as "aec8c1521892515737edefff6818cf75f97188f9c4a4f6e707c5eae298a72181"

/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-30 21:25.15 ---> saved as "c88cfc24abc19aac7dde2cd7b8db4552fb768e244147794b6e9b9ff97720b973"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 4.05.0
2.1.5
2024-05-30 21:25.15 ---> saved as "9ada24db053541f220c5ea153c3ad2f35a4671ae89d9054efacd7a529d249807"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-30 21:25.16 ---> saved as "18f7df056b98dc115cf8f55e33ea18b7d859aeb89294d451ec89095f52c34fea"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e ea87c49e51ff29a459422419e1688938fd77a46f || git fetch origin master) && git reset -q --hard ea87c49e51ff29a459422419e1688938fd77a46f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..b502ec76fd  master     -> origin/master
ea87c49e51 opam admin add-hashes sha256

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


The following actions will be performed:
  - recompile ocaml-base-compiler      4.05.0*  [upstream or system changes]
  - recompile ocaml-secondary-compiler 4.08.1-1 [upstream or system changes]
  - recompile ocaml-config             1        [upstream or system changes]
  - recompile ocaml                    4.05.0   [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext              1.2.1-1  [uses ocaml]
===== 5 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.1  (cached)
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.05.0  (cached)
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> removed   ocaml-secondary-compiler.4.08.1-1
-> installed ocaml-secondary-compiler.4.08.1-1
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.05.0
[NOTE] While removing ocaml-config.1: not removing non-empty directories:
         - share

-> removed   ocaml-config.1
-> removed   ocaml-base-compiler.4.05.0
-> installed ocaml-base-compiler.4.05.0
-> installed ocaml-config.1
-> installed ocaml.4.05.0
-> 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
2024-05-30 21:36.08 ---> saved as "6e0e81f0f877b0fb09f42984c65ca8aa8aa6b8f4a57d9134d8aa7a5c8ff0fb34"

/src: (copy (src hpack.opam h2.opam h2-mirage.opam h2-lwt.opam h2-lwt-unix.opam h2-async.opam)
            (dst ./))
2024-05-30 21:36.08 ---> saved as "fbd1d55fef61cf5dfaecba36d6754434e3b76f07163d5798ddeec001b857fd04"

/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-30 21:36.21 ---> saved as "2355fd77deed4475e16ba49e620c12c895ccca4b8b460e7d16725b00229ecdbb"

/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.3 faraday.0.8.2 hex.1.4.0 ocaml.4.05.0 ocaml-base-compiler.4.05.0 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]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [157 kB]
- Fetched 261 kB in 0s (943 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.05.0).
[NOTE] Package ocaml is already installed (current version is 4.05.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 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
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18735 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-05-30 21:36.47 ---> saved as "428c116c9e98bea082db91f352a0e7b0ca853cf4c3dc15cced8033aed4f24bac"

/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.05.0).
[NOTE] Package ocaml is already installed (current version is 4.05.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 conf-pkg-config     3
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6
  - install dune                3.15.3
  - 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.3  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.15.3
-> installed seq.0.3.1
-> installed bigarray-compat.1.1.0
-> installed bigstringaf.0.8.0
-> installed cstruct.6.0.1
-> installed faraday.0.8.2
-> installed ocaml-syntax-shims.1.0.0
-> 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-30 21:37.49 ---> saved as "5408a9733d456a463a578f4765c2f6798f994f213ca0c94fb3b28ea0066d9ef3"

/src: (copy (src .) (dst /src))
2024-05-30 21:37.51 ---> saved as "4557dd0ad06e1c8ce297ec9324537a30fd2b458d5d2d597d13a0dc7a896024fe"

/src: (run (shell "opam exec -- dune build --only-packages=hpack @install @check @runtest && rm -rf _build"))
File "examples/alpn/lib/dune", line 4, characters 50-53:
4 |  (libraries h2 httpaf httpaf-lwt-unix h2-lwt-unix lwt))
                                                      ^^^
Error: Library "lwt" not found.
-> required by library "alpn_lib" in _build/default/examples/alpn/lib
-> required by
   _build/default/examples/alpn/lib/.alpn_lib.objs/byte/alpn_lib__H2_handler.cmi
-> required by alias examples/alpn/lib/check
File "lib_test/dune", line 2, characters 27-35:
2 |  (libraries bigstringaf h2 alcotest test_common)
                               ^^^^^^^^
Error: Library "alcotest" not found.
-> required by _build/default/lib_test/test_priority.exe
-> required by alias lib_test/runtest in lib_test/dune:6
File "lib_test/dune", line 37, characters 15-23:
37 |  (libraries h2 alcotest yojson hex angstrom test_common)
                    ^^^^^^^^
Error: Library "alcotest" not found.
-> required by _build/default/lib_test/test_frames.exe
-> required by alias lib_test/runtest in lib_test/dune:40
File "spec/dune", line 3, characters 24-35:
3 |  (libraries lwt.unix h2 h2-lwt-unix))
                            ^^^^^^^^^^^
Error: Library "h2-lwt-unix" not found.
-> required by _build/default/spec/.lwt_h2spec.eobjs/byte/lwt_h2spec.cmi
-> required by alias spec/check
File "examples/lwt/dune", line 4, characters 24-32:
4 |  (libraries h2-lwt-unix lwt.unix))
                            ^^^^^^^^
Error: Library "lwt.unix" not found.
-> required by
   _build/default/examples/lwt/.lwt_echo_server2.eobjs/byte/lwt_echo_server2.cmi
-> required by alias examples/lwt/check
File "examples/lwt/dune", line 8, characters 40-48:
8 |  (libraries httpaf-lwt-unix h2-lwt-unix lwt.unix)
                                            ^^^^^^^^
Error: Library "lwt.unix" not found.
-> required by _build/default/examples/lwt/.lwt_h2c.eobjs/byte/lwt_h2c.cmi
-> required by alias examples/lwt/check
File "examples/alpn/unix/dune", line 9, characters 25-32:
9 |  (libraries lwt lwt.unix lwt_ssl alpn_lib))
                             ^^^^^^^
Error: Library "lwt_ssl" not found.
-> required by
   _build/default/examples/alpn/unix/.alpn_server_ssl.eobjs/byte/alpn_server_ssl.cmi
-> required by alias examples/alpn/unix/check
File "examples/alpn/unix/dune", line 4, characters 20-28:
4 |  (libraries tls lwt lwt.unix alpn_lib))
                        ^^^^^^^^
Error: Library "lwt.unix" not found.
-> required by
   _build/default/examples/alpn/unix/.alpn_server_tls.eobjs/byte/alpn_server_tls.cmi
-> required by alias examples/alpn/unix/check
File "examples/async/dune", line 2, characters 30-34:
2 |  (libraries h2 h2-async async core)
                                  ^^^^
Error: Library "core" not found.
-> required by
   _build/default/examples/async/.async_https_echo_post.eobjs/byte/async_https_echo_post.cmi
-> required by alias examples/async/check
File "lib_test/dune", line 32, characters 38-46:
32 |  (libraries base64 bigstringaf hex h2 alcotest)
                                           ^^^^^^^^
Error: Library "alcotest" not found.
-> required by library "test_common" in _build/default/lib_test
-> required by _build/default/lib_test/.test_common.objs/byte/test_common.cmi
-> required by alias lib_test/check
File "hpack/test/dune", line 3, characters 29-37:
3 |  (libraries hpack yojson hex alcotest))
                                 ^^^^^^^^
Error: Library "alcotest" not found.
-> required by _build/default/hpack/test/.test.eobjs/byte/test.cmi
-> required by alias hpack/test/check
(cd _build/default && /home/opam/.opam/4.05/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 hpack/util/.gen_huffman.eobjs/byte -I /home/opam/.opam/4.05/lib/ocaml/compiler-libs -no-alias-deps -opaque -o hpack/util/.gen_huffman.eobjs/byte/syntax.cmo -c -impl hpack/util/syntax.ml)
File "hpack/util/syntax.ml", line 1, characters 0-14:
Warning 33: unused open Parsetree.
File "hpack/util/syntax.ml", line 1:
Error: Some fatal warnings were triggered (1 occurrences)
(cd _build/default && /home/opam/.opam/4.05/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 hpack/util/.gen_huffman.eobjs/byte -I /home/opam/.opam/4.05/lib/ocaml/compiler-libs -no-alias-deps -opaque -o hpack/util/.gen_huffman.eobjs/byte/gen_static.cmo -c -impl hpack/util/gen_static.ml)
File "hpack/util/gen_static.ml", line 119, characters 27-62:
Error: The constructor Pconst_string expects 2 argument(s),
       but is applied here to 3 argument(s)
"/usr/bin/env" "bash" "-c" "opam exec -- dune build --only-packages=hpack @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-30 21:37.52: Job failed: Failed: Build failed