Organisationsjeffa5ocaml-grpcefd6db (master)freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:31.52: New job: test jeffa5/ocaml-grpc https://github.com/jeffa5/ocaml-grpc.git#refs/heads/master (efd6dbfc2d044fef97b122f831a8c162d9d46625) (freebsd-x86_64:freebsd-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/jeffa5/ocaml-grpc.git" -b "master" && cd "ocaml-grpc" && git reset --hard efd6dbfc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.1
# freebsd-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 grpc.opam grpc-lwt.opam ./
RUN opam pin add -yn grpc.dev './' && \
    opam pin add -yn grpc-lwt.dev './'
ENV DEPS="angstrom.0.16.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 faraday.0.8.2 h2.dev hpack.0.11.0 httpaf.0.7.1 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.0.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocplib-endian.1.2 pbrt.3.0.2 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y grpc.dev grpc-lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-05-10 09:31.52: Using cache hint "jeffa5/ocaml-grpc-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-f7cf13387ba938d9b5c12d7ec0292089"
2024-05-10 09:31.52: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src grpc.opam grpc-lwt.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn grpc.dev './' && \
             \nopam pin add -yn grpc-lwt.dev './'"))
 (env DEPS "angstrom.0.16.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 faraday.0.8.2 h2.dev hpack.0.11.0 httpaf.0.7.1 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.0.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocplib-endian.1.2 pbrt.3.0.2 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0")
 (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 grpc.dev grpc-lwt.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 @install @check @runtest && rm -rf _build"))
)


2024-05-10 09:31.52: Waiting for resource in pool OCluster
2024-05-10 15:10.52: Waiting for worker…
2024-05-10 18:23.47: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at efd6dbf Update h2 src


(from freebsd-ocaml-5.1)
2024-05-10 18:18.16 ---> using "813c71762ba09cfa8cfe3f05f009bdd39b1b347128fefd2e95099f87d236c989" from cache


/: (comment freebsd-5.1_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam"))
2024-05-10 18:18.16 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-10 18:18.17 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-10 18:18.17 ---> using "ec35bf54fa4c1a8f744eebe8956e2d9e1f1f6379cf858b75ddefbabb954554fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 18:18.18 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-05-10 18:18.18 ---> using "58d3ef29e7d8e112ec0533b0e9ff899b4f2ad47e9de0ab0016f9eddf180c5974" from cache


/src: (copy (src grpc.opam grpc-lwt.opam) (dst ./))
2024-05-10 18:18.19 ---> saved as "e3eb48702c049144731ca5ca9befc47faeb02aa4cd9181fb1bd568fdf458826c"


/src: (run (network host)
           (shell  "opam pin add -yn grpc.dev './' && \
                  \nopam pin add -yn grpc-lwt.dev './'"))
[grpc.dev] synchronised (file:///src)
grpc is now pinned to file:///src (version dev)
[grpc-lwt.dev] synchronised (file:///src)
The following additional pinnings are required by grpc-lwt.dev:
  - h2.dev at git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb
Pin and install them? [Y/n] y
[h2.dev] synchronised (no changes)
h2 is now pinned to git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb (version dev)
grpc-lwt is now pinned to file:///src (version dev)
2024-05-10 18:18.31 ---> saved as "a5ea778da790d644696874fe2a8b3cf3e826286075d396b0f0602ac9f107091e"


/src: (env DEPS "angstrom.0.16.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 faraday.0.8.2 h2.dev hpack.0.11.0 httpaf.0.7.1 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.0.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocplib-endian.1.2 pbrt.3.0.2 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0")


/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 grpc.dev grpc-lwt.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[grpc.dev] synchronised (no changes)
[grpc-lwt.dev] synchronised (no changes)
[h2.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
2024-05-10 18:18.58 ---> saved as "6bae5fee32ff630143ab53cb70d410f1a19456b1b9beef78c3d8ff286a729310"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[h2.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlfind          1.9.6
   install seq                base
   install dune               3.15.2
   install base-bytes         base
   install stringext          1.6.0
   install stdlib-shims       0.3.0
   install result             1.5
   install psq                0.2.1
   install ocaml-syntax-shims 1.0.0
   install csexp              1.5.2
   install cppo               1.6.9
   install base64             3.5.1
   install pbrt               3.0.2
   install dune-configurator  3.15.2
   install ocplib-endian      1.2
   install ocaml-protoc       3.0.2
   install bigstringaf        0.9.1
   install lwt                5.7.0
   install faraday            0.8.2
   install angstrom           0.16.0
   install uri                4.4.0
   install httpaf             0.7.1
   install hpack              0.11.0
   install h2                 dev*
=====  24 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved base64.3.5.1  (cached)
 retrieved bigstringaf.0.9.1  (cached)
 retrieved cppo.1.6.9  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved angstrom.0.16.0  (cached)
 retrieved faraday.0.8.2  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved hpack.0.11.0  (cached)
 retrieved httpaf.0.7.1  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved h2.dev  (no changes)
 retrieved lwt.5.7.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved pbrt.3.0.2  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved psq.0.2.1  (cached)
 installed seq.base
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved result.1.5  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved uri.4.4.0  (cached)
 retrieved ocaml-protoc.3.0.2  (cached)
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed dune.3.15.2
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed psq.0.2.1
 installed ocaml-syntax-shims.1.0.0
 installed base64.3.5.1
 installed stringext.1.6.0
 installed cppo.1.6.9
 installed pbrt.3.0.2
 installed ocplib-endian.1.2
 installed dune-configurator.3.15.2
 installed bigstringaf.0.9.1
 installed faraday.0.8.2
 installed ocaml-protoc.3.0.2
 installed angstrom.0.16.0
 installed httpaf.0.7.1
 installed hpack.0.11.0
 installed uri.4.4.0
 installed lwt.5.7.0
[ERROR] The compilation of h2.dev failed at "dune build -p h2 -j 7".


#=== ERROR while compiling h2.dev =============================================#
# context     2.1.5 | freebsd/x86_64 | ocaml-base-compiler.5.1.1 | pinned(git+https://github.com/anmonteiro/ocaml-h2#7df18604ae389e3151f79e2be5dfd4278d4377fb#7df18604ae389e3151f79e2be5dfd4278d4377fb)
# path        ~/.opam/5.1.1/.opam-switch/build/h2.dev
# command     ~/.opam/5.1.1/bin/dune build -p h2 -j 7
# exit-code   1
# env-file    ~/.opam/log/h2-32669-707a5d.env
# output-file ~/.opam/log/h2-32669-707a5d.out
### output ###
# [...]
# 38 | 
# 39 |     let hash i k = Hashtbl.seeded_hash i k
# 40 |   end)
# Error: Modules do not match:
#        sig
#          type t = H2__.Stream_identifier.t
#          val equal : Int32.t -> Int32.t -> bool
#          val hash : int -> 'a -> int
#        end
#      is not included in Hashtbl.SeededHashedType
#      The value `seeded_hash' is required but not provided
#      File "hashtbl.mli", line 437, characters 4-36: Expected declaration


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
λ build h2 dev
└─ 
┌─ The following changes have been performed
 install angstrom           0.16.0
 install base-bytes         base
 install base64             3.5.1
 install bigstringaf        0.9.1
 install cppo               1.6.9
 install csexp              1.5.2
 install dune               3.15.2
 install dune-configurator  3.15.2
 install faraday            0.8.2
 install hpack              0.11.0
 install httpaf             0.7.1
 install lwt                5.7.0
 install ocaml-protoc       3.0.2
 install ocaml-syntax-shims 1.0.0
 install ocamlfind          1.9.6
 install ocplib-endian      1.2
 install pbrt               3.0.2
 install psq                0.2.1
 install result             1.5
 install seq                base
 install stdlib-shims       0.3.0
 install stringext          1.6.0
 install uri                4.4.0
└─ 


The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.1.1/.opam-switch/backup/state-20240510181935.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 faraday.0.8.2 h2.dev hpack.0.11.0 httpaf.0.7.1 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.0.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocplib-endian.1.2 pbrt.3.0.2 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_3653_9972" "mount.fstab=/tmp/obuilder-jail-a533b2/fstab" "mount.devfs" "path=/obuilder/result/ef9e794375ff09232b0e3b7509b43c5d1efcb27d786283cd8a3c73c898806919/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.0 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.9.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 faraday.0.8.2 h2.dev hpack.0.11.0 httpaf.0.7.1 lwt.5.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-protoc.3.0.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocplib-endian.1.2 pbrt.3.0.2 psq.0.2.1 result.1.5 seq.base stdlib-shims.0.3.0 stringext.1.6.0 uri.4.4.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2024-05-10 18:28.23: Job failed: Failed: Build failed