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

debian-12-4.04_opam-2.1

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:debian-12-4.04_opam-2.1)
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 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
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-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"))
 (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 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: (copy (src .) (dst /src))
2024-05-14 13:19.16 ---> saved as "a0ac980fe0cce26bccf928703992957acdb8d6e476bf87119f73d6a7350b34f0"


/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.04/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.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)
(cd _build/default && /home/opam/.opam/4.04/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.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)
"/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:19.18: Job failed: Failed: Build failed