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

debian-12-4.05_opam-2.1

Link Copied
Code Copied

Logs

2024-05-12 08:46.59: 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 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.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-12 08:46.59: Using cache hint "tmcgilchrist/ocaml-h2-ocaml/opam@sha256:bf10f42002710555bb6907d73bfe6fb566ce17520aa938dd6029d90760f548ef-debian-12-4.05_opam-2.1-09ceb87a3320a9cb56b98151cff48995"
2024-05-12 08:46.59: 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 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.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-12 08:46.59: Waiting for resource in pool OCluster
2024-05-12 08:47.00: Waiting for worker…
2024-05-12 08:47.18: 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:bf10f42002710555bb6907d73bfe6fb566ce17520aa938dd6029d90760f548ef)
2024-05-12 08:48.54 ---> 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-12 08:48.55 ---> 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.


Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-12 08:50.17 ---> saved as "c88cfc24abc19aac7dde2cd7b8db4552fb768e244147794b6e9b9ff97720b973"


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 08:50.18 ---> saved as "18f7df056b98dc115cf8f55e33ea18b7d859aeb89294d451ec89095f52c34fea"


/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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..fec8ff50cd  master     -> origin/master
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-12 08:51.18 ---> saved as "b91b4adc3a4402951312ad38c2f1a27192f62df73fd1075270237e15b8bc1c35"


/src: (copy (src hpack.opam h2.opam h2-mirage.opam h2-lwt.opam h2-lwt-unix.opam h2-async.opam)
            (dst ./))
2024-05-12 08:51.18 ---> saved as "a4e88849765643a198303879a94e7d1414c6d9d9947890ce678b961dab94c330"


/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-12 08:51.26 ---> saved as "bb25a50bdd70de3524474ac34787dc7aab262873692fd711ce4e3872362eeec5"


/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.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 [155 kB]
- Fetched 258 kB in 0s (1026 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


2024-05-12 08:51.38 ---> saved as "c9411e238177db248c5fd53b63852c96c3f3ac8d5fb782b38d3e7ec2a9589159"


/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.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 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-12 08:52.21 ---> saved as "92fc5233df15aa8d36257e037f754243d4e09101926c4a1862a21b641d58682b"


/src: (copy (src .) (dst /src))
2024-05-12 08:52.22 ---> saved as "7c17f1077c97efa061acf573163914452a2fe222af5adcc9de8915b27c0164a6"


/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/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.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)
"/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-12 08:52.23: Job failed: Failed: Build failed