Organisationsinhabitedtypeocaml-webmachinefc0eb6 (master)freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:10.31: New job: test inhabitedtype/ocaml-webmachine https://github.com/inhabitedtype/ocaml-webmachine.git#refs/heads/master (fc0eb6349527de66d44ed10154198b2ec8464b15) (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/inhabitedtype/ocaml-webmachine.git" -b "master" && cd "ocaml-webmachine" && git reset --hard fc0eb634
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 webmachine.opam ./
RUN opam pin add -yn webmachine.dev './'
ENV DEPS="angstrom.0.16.0 base.v0.16.3 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 cohttp.5.3.1 conf-bash.1 csexp.1.5.2 dispatch.0.5.0 dune.3.15.2 dune-configurator.3.15.2 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y webmachine.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:10.31: Using cache hint "inhabitedtype/ocaml-webmachine-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-8f729489ebed727917ba7a847d0f072c"
2024-05-10 09:10.31: 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 webmachine.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn webmachine.dev './'"))
 (env DEPS "angstrom.0.16.0 base.v0.16.3 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 cohttp.5.3.1 conf-bash.1 csexp.1.5.2 dispatch.0.5.0 dune.3.15.2 dune-configurator.3.15.2 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.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 webmachine.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:10.31: Waiting for resource in pool OCluster
2024-05-10 11:05.28: Waiting for worker…
2024-05-10 12:56.57: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at fc0eb63 Merge pull request #108 from hannesm/dispatch.0.5.0


(from freebsd-ocaml-5.1)
2024-05-10 12:51.30 ---> 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 12:51.31 ---> 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 12:51.32 ---> 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 12:51.34 ---> using "ec35bf54fa4c1a8f744eebe8956e2d9e1f1f6379cf858b75ddefbabb954554fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 12:51.34 ---> 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 12:51.36 ---> using "58d3ef29e7d8e112ec0533b0e9ff899b4f2ad47e9de0ab0016f9eddf180c5974" from cache


/src: (copy (src webmachine.opam) (dst ./))
2024-05-10 12:51.40 ---> saved as "9daeddfd155c03797ca17dcd395dc0b988fca767556b1b2231e18eb2c21b4a44"


/src: (run (network host)
           (shell "opam pin add -yn webmachine.dev './'"))
[webmachine.dev] synchronised (file:///src)
webmachine is now pinned to file:///src (version dev)
2024-05-10 12:51.45 ---> saved as "8d8286ffc615c34823acf4ec7aabd7acff32a132bd01973eaf88e6a3348de9d7"


/src: (env DEPS "angstrom.0.16.0 base.v0.16.3 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 cohttp.5.3.1 conf-bash.1 csexp.1.5.2 dispatch.0.5.0 dune.3.15.2 dune-configurator.3.15.2 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.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 webmachine.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[webmachine.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 12:53.12 ---> saved as "07b5792be03ea426013870eb95e73e1c93ce0af0db7b426b17616af2c4fc930c"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[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 ocamlbuild          0.14.3
   install conf-bash           1
   install ocamlfind           1.9.6
   install seq                 base
   install dune                3.15.2
   install topkg               1.0.7
   install base-bytes          base
   install stringext           1.6.0
   install stdlib-shims        0.3.0
   install sexplib0            v0.16.0
   install result              1.5
   install re                  1.11.0
   install ppx_derivers        1.2.1
   install ocaml-syntax-shims  1.0.0
   install ocaml-compiler-libs v0.12.4
   install csexp               1.5.2
   install base64              3.5.1
   install uutf                1.0.3
   install ptime               1.1.0
   install ounit2              2.2.7
   install dispatch            0.5.0
   install ppxlib              0.32.1
   install dune-configurator   3.15.2
   install jsonm               1.0.2
   install ounit               2.2.7
   install bigstringaf         0.9.1
   install base                v0.16.3
   install angstrom            0.16.0
   install ppx_sexp_conv       v0.16.0
   install uri                 4.4.0
   install uri-sexp            4.4.0
   install cohttp              5.3.1
=====  32 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved base.v0.16.3  (cached)
 retrieved base64.3.5.1  (cached)
 retrieved bigstringaf.0.9.1  (cached)
 installed conf-bash.1
 retrieved csexp.1.5.2  (cached)
 retrieved cohttp.5.3.1  (cached)
 retrieved dispatch.0.5.0  (cached)
 retrieved angstrom.0.16.0  (cached)
 retrieved jsonm.1.0.2  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved ounit.2.2.7  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved ppx_sexp_conv.v0.16.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ounit2.2.2.7  (cached)
 retrieved ptime.1.1.0  (cached)
 retrieved re.1.11.0  (cached)
 installed seq.base
 retrieved result.1.5  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved uri.4.4.0  (cached)
 retrieved ppxlib.0.32.1  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved uri-sexp.4.4.0  (cached)
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed uutf.1.0.3
 installed jsonm.1.0.2
 installed ptime.1.1.0
 installed dune.3.15.2
 installed ppx_derivers.1.2.1
 installed csexp.1.5.2
 installed result.1.5
 installed stdlib-shims.0.3.0
 installed ocaml-syntax-shims.1.0.0
 installed base64.3.5.1
 installed ocaml-compiler-libs.v0.12.4
 installed dispatch.0.5.0
 installed sexplib0.v0.16.0
 installed stringext.1.6.0
 installed ounit2.2.2.7
 installed ounit.2.2.7
 installed dune-configurator.3.15.2
 installed re.1.11.0
 installed bigstringaf.0.9.1
 installed angstrom.0.16.0
 installed uri.4.4.0
 installed base.v0.16.3
 installed ppxlib.0.32.1
 installed ppx_sexp_conv.v0.16.0
 installed uri-sexp.4.4.0
 installed cohttp.5.3.1
Done.
2024-05-10 12:59.57 ---> saved as "0e9218beb6aaaee1adc0043b579967f24f16f0c8880cb7fe7dccd15b6fdc5e3c"


/src: (copy (src .) (dst /src))
2024-05-10 13:00.00 ---> saved as "85ee618a2bea6425d271f909a22c85d6d1e6888121c3e5c20b7894757b5b25fe"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "examples/dune", line 2, characters 27-42:
2 |  (libraries webmachine lwt cohttp-lwt-unix)
                               ^^^^^^^^^^^^^^^
Error: Library "cohttp-lwt-unix" not found.
-> required by _build/default/examples/.crud_lwt.eobjs/byte/crud_lwt.cmi
-> required by alias examples/check
File "examples/dune", line 7, characters 34-46:
7 |  (libraries webmachine async core cohttp-async)
                                      ^^^^^^^^^^^^
Error: Library "cohttp-async" not found.
-> required by
   _build/default/examples/.hello_async.eobjs/byte/hello_async.cmi
-> required by alias examples/check
(cd _build/default/lib_test && ./test_logic.exe)
..........................................
Ran: 42 tests in: 0.07 seconds.
OK
(cd _build/default/lib_test && ./test_dispatch.exe)
.....
Ran: 5 tests in: 0.01 seconds.
OK
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.0 base.v0.16.3 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 cohttp.5.3.1 conf-bash.1 csexp.1.5.2 dispatch.0.5.0 dune.3.15.2 dune-configurator.3.15.2 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_3653_8112" "mount.devfs" "path=/obuilder/result/8b09c6d4324e1ddfa9647c3c0690bddcc1dd36c4d559f62d161120eeaabd8d3c/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='angstrom.0.16.0 base.v0.16.3 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 cohttp.5.3.1 conf-bash.1 csexp.1.5.2 dispatch.0.5.0 dune.3.15.2 dune-configurator.3.15.2 jsonm.1.0.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ounit.2.2.7 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.1 ptime.1.1.0 re.1.11.0 result.1.5 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.7 uri.4.4.0 uri-sexp.4.4.0 uutf.1.0.3' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-05-10 13:05.46: Job failed: Failed: Build failed