Organisationstmcgilchristocaml-h2f72e0d (master)(lower-bound)

(lower-bound)

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:(lower-bound))
Base: ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8
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: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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && 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.7.0 base-bigarray.base base-num.base base-threads.base base-unix.base biniou.1.0.5 conf-m4.1 cppo.0.9.3 cstruct.3.2.0 dune.1.7.0 easy-format.1.0.1 faraday.0.5.0 hex.1.1.0 jbuilder.transition num.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocamlfind.1.5.1 result.1.0 sexplib.v0.9.2 yojson.1.0.3"
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-14 13:15.11: Using cache hint "tmcgilchrist/ocaml-h2-ocaml/opam@sha256:0f5d0fd19d091a9ec4cf32d28835940452b6ae3fd14d05f4b88a8f660fd3f4f8-debian-12-4.04_opam-2.1-3cecb86557fbd7eb6f790176127527e7"
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 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && 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.7.0 base-bigarray.base base-num.base base-threads.base base-unix.base biniou.1.0.5 conf-m4.1 cppo.0.9.3 cstruct.3.2.0 dune.1.7.0 easy-format.1.0.1 faraday.0.5.0 hex.1.1.0 jbuilder.transition num.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocamlfind.1.5.1 result.1.0 sexplib.v0.9.2 yojson.1.0.3")
 (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-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 x86-bm-c14.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: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:17.15 ---> 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:17.15 ---> 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:18.48 ---> 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:18.48 ---> saved as "1c1947f6600fe344049c423f5d475e2bbcf469ba4d40ccfe151b45e81f7382fc"


/src: (workdir /src)


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


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 819388d34cb9356eecd0223a468956daaae1705a || git fetch origin master) && git reset -q --hard 819388d34cb9356eecd0223a468956daaae1705a && git log --no-decorate -n1 --oneline && opam update -u"))
819388d34c @dra27 maintains the OCaml Museum


<><> 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:20.11 ---> saved as "9bbc8a346c35d66f849e3eeabfa81e895c893b813af311f59f7b650e469fbb02"


/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:20.11 ---> saved as "d9fc0a0dcc69047109fc108b835c1cdc538fd110773fc0c10cd79c642482f81d"


/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:20.22 ---> saved as "875ee1f5ac97a6cb37c8719de24b0cf86599d9c3f52a2d86c3cff2285b543ab8"


/src: (env DEPS "angstrom.0.7.0 base-bigarray.base base-num.base base-threads.base base-unix.base biniou.1.0.5 conf-m4.1 cppo.0.9.3 cstruct.3.2.0 dune.1.7.0 easy-format.1.0.1 faraday.0.5.0 hex.1.1.0 jbuilder.transition num.0 ocaml.4.04.2 ocaml-base-compiler.4.04.2 ocaml-config.1 ocamlfind.1.5.1 result.1.0 sexplib.v0.9.2 yojson.1.0.3")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[hpack.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.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:
    m4


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


2024-05-14 13:20.41 ---> saved as "2a5ac00836a7329bd2537276e5852e96dda2ecc7fd6eafbb1256653c38c91c5d"


/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.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 dune        1.7.0
  - install base-num    base
  - install result      1.0
  - install cppo        0.9.3
  - install conf-m4     1
  - install jbuilder    transition
  - install num         0
  - install faraday     0.5.0
  - install angstrom    0.7.0
  - install sexplib     v0.9.2
  - install ocamlfind   1.5.1
  - install cstruct     3.2.0
  - install easy-format 1.0.1
  - install hex         1.1.0
  - install biniou      1.0.5
  - install yojson      1.0.3
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-num.base
-> retrieved angstrom.0.7.0  (cached)
-> retrieved biniou.1.0.5  (cached)
-> installed conf-m4.1
-> retrieved cstruct.3.2.0  (cached)
-> retrieved cppo.0.9.3  (https://github.com/mjambon/cppo/archive/v0.9.3.tar.gz)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved faraday.0.5.0  (cached)
-> installed num.0
-> retrieved ocamlfind.1.5.1  (cached)
-> retrieved result.1.0  (cached)
-> retrieved sexplib.v0.9.2  (cached)
-> retrieved yojson.1.0.3  (cached)
-> retrieved dune.1.7.0  (cached)
-> installed result.1.0
-> retrieved hex.1.1.0  (https://github.com/mirage/ocaml-hex/archive/1.1.0.tar.gz)
-> installed cppo.0.9.3
-> installed ocamlfind.1.5.1
-> installed easy-format.1.0.1
-> installed biniou.1.0.5
-> installed yojson.1.0.3
-> installed dune.1.7.0
-> installed jbuilder.transition
-> installed faraday.0.5.0
-> installed angstrom.0.7.0
-> installed sexplib.v0.9.2
-> installed cstruct.3.2.0
-> installed hex.1.1.0
Done.


<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment
2024-05-14 13:21.39 ---> saved as "b24e6641f9f46e04b14d74ae9893b881b83dff1a85a43549ac753a5172218ce9"


/src: (copy (src .) (dst /src))
2024-05-14 13:21.40 ---> saved as "3131961d2ec88cd3038e472560fb40335ac872cdc6602ed9a222cf28d133047a"


/src: (run (shell "opam exec -- dune build --only-packages=hpack @install @check @runtest && rm -rf _build"))
File "examples/alpn/lib/dune", line 4, characters 12-14:
4 |  (libraries h2 httpaf httpaf-lwt-unix h2-lwt-unix lwt))
                ^^
Error: Library "h2" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "examples/alpn/unix/dune", line 9, characters 12-15:
9 |  (libraries lwt lwt.unix lwt_ssl alpn_lib))
                ^^^
Error: Library "lwt" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "examples/alpn/unix/dune", line 4, characters 12-15:
4 |  (libraries tls lwt lwt.unix alpn_lib))
                ^^^
Error: Library "tls" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "examples/async/dune", line 2, characters 12-14:
2 |  (libraries h2 h2-async async core)
                ^^
Error: Library "h2" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "examples/lwt/dune", line 4, characters 12-23:
4 |  (libraries h2-lwt-unix lwt.unix))
                ^^^^^^^^^^^
Error: Library "h2-lwt-unix" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "examples/lwt/dune", line 8, characters 12-27:
8 |  (libraries httpaf-lwt-unix h2-lwt-unix lwt.unix)
                ^^^^^^^^^^^^^^^
Error: Library "httpaf-lwt-unix" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "hpack/test/dune", line 3, characters 29-37:
3 |  (libraries hpack yojson hex alcotest))
                                 ^^^^^^^^
Error: Library "alcotest" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "lib_test/dune", line 32, characters 12-18:
32 |  (libraries base64 bigstringaf hex h2 alcotest)
                 ^^^^^^
Error: Library "base64" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "lib_test/dune", line 37, characters 12-14:
37 |  (libraries h2 alcotest yojson hex angstrom test_common)
                 ^^
Error: Library "h2" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "lib_test/dune", line 2, characters 12-23:
2 |  (libraries bigstringaf h2 alcotest test_common)
                ^^^^^^^^^^^
Error: Library "bigstringaf" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
File "spec/dune", line 3, characters 12-20:
3 |  (libraries lwt.unix h2 h2-lwt-unix))
                ^^^^^^^^
Error: Library "lwt.unix" not found.
Hint: try: dune external-lib-deps --missing --only-packages hpack @install @check @runtest
      ocamlc hpack/util/.gen_huffman.eobjs/byte/syntax.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I hpack/util/.gen_huffman.eobjs/byte -I /home/opam/.opam/4.04/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)
      ocamlc hpack/util/.gen_huffman.eobjs/byte/gen_static.{cmi,cmo,cmt} (exit 2)
(cd _build/default && /home/opam/.opam/4.04/bin/ocamlc.opt -w @a-4-29-40-41-42-44-45-48-58-59-60-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I hpack/util/.gen_huffman.eobjs/byte -I /home/opam/.opam/4.04/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-14 13:21.42: Job failed: Failed: Build failed