OrganisationsLeonidas-from-XIVopam-test9cc745 (main)freebsd-5.2_opam-2.1

freebsd-5.2_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 14:07.26: New job: test Leonidas-from-XIV/opam-test https://github.com/Leonidas-from-XIV/opam-test.git#refs/heads/main (9cc745570379d3b45f970893cfeae4a1c05e4393) (freebsd-x86_64:freebsd-5.2_opam-2.1)
Base: freebsd-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/Leonidas-from-XIV/opam-test.git" -b "main" && cd "opam-test" && git reset --hard 9cc74557
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.2
# freebsd-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-test.opam ./
RUN opam pin add -yn opam-test.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y opam-test.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-06-17 14:07.26: Using cache hint "Leonidas-from-XIV/opam-test-freebsd-freebsd-ocaml-5.2-freebsd-5.2_opam-2.1-9a68413e0525fde10e2dc6f317bcbbaa"
2024-06-17 14:07.26: Using OBuilder spec:
((from freebsd-ocaml-5.2)
 (comment freebsd-5.2_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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-test.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-test.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.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 opam-test.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-06-17 14:07.26: Waiting for resource in pool OCluster
2024-06-17 18:46.35: Waiting for worker…
2024-06-17 19:58.34: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 9cc7455 Add README


(from freebsd-ocaml-5.2)
2024-06-17 19:51.29 ---> using "3515bf58445883216685df527c06fc8b9b7799700694ffa335d1401da4433261" from cache


/: (comment freebsd-5.2_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-06-17 19:51.30 ---> using "9d6862887f900f59625b2215f75e812893e141cab42bcb588c0a696a0d5f58ba" 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-06-17 19:51.31 ---> using "1fd90ea945c776de537d3c99dc7b4903609e7adbb45bd33c5e3538b8de92ea66" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 5.2.0
2.1.5
2024-06-17 19:51.31 ---> using "fb7d445678cc2654300145baf3967822bea6d22d7d1784a343fa4d849ce67e57" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-17 19:51.32 ---> using "c8753f135ab4a2a6875ba6c72e3a7bf45a73413350972305e894f2309c51e448" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   0dc68a8b92..e06bf2b8c3  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


Constructing initial basis...
The following actions will be performed:
   install   host-arch-x86_64      1
   recompile ocaml-base-compiler   5.2.0 [upstream or system changes]
   install   host-system-other     1
   recompile ocaml-options-vanilla 1     [upstream or system changes]
   recompile ocaml-config          3     [upstream or system changes]
   recompile ocaml                 5.2.0 [uses ocaml-base-compiler, ocaml-config]
   recompile base-domains          base  [uses ocaml]
   recompile base-nnp              base  [uses base-domains]
=====  2    6 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved ocaml-config.3  (cached)
 removed   ocaml-options-vanilla.1
 installed host-arch-x86_64.1
 installed host-system-other.1
 installed ocaml-options-vanilla.1
 retrieved ocaml-base-compiler.5.2.0  (cached)
 removed   base-nnp.base
 removed   base-domains.base
 removed   ocaml.5.2.0
 removed   ocaml-config.3
 removed   ocaml-base-compiler.5.2.0
 installed ocaml-base-compiler.5.2.0
 installed ocaml-config.3
 installed ocaml.5.2.0
 installed base-domains.base
 installed base-nnp.base
Done.
2024-06-17 19:51.33 ---> using "c3d70a77b2b62f286ebe5d22e80ce9a36af7bc9bbbf14e07ee727af1e667f234" from cache


/src: (copy (src opam-test.opam) (dst ./))
2024-06-17 19:51.40 ---> saved as "0112cffc410431bc8837e22240f67bf2ccc121ab2c419321d27bac3c7e46ffbf"


/src: (run (network host)
           (shell "opam pin add -yn opam-test.dev './'"))
[opam-test.dev] synchronised (file:///src)
opam-test is now pinned to file:///src (version dev)
2024-06-17 19:51.51 ---> saved as "c7d2f26ed233886aafc3bdd6d259d5496f3168ed232d2bd0064eeed53d71b838"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.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 opam-test.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-test.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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 = 5
Constructing conflict graph...
Conflict graph has 6 + 5 = 11 vertices
2024-06-17 19:53.19 ---> saved as "5d3994acfbcc6324d2eb0ca2e5f92ab32988b1102981308af164bb6210deeb15"


/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.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 = 5
Constructing conflict graph...
Conflict graph has 6 + 5 = 11 vertices
The following actions will be performed:
   install dune             3.16.0
   install cmdliner         1.3.0
   install seq              base
   install conf-c++         1.0
   install stdlib-shims     0.3.0
   install opam-file-format 2.1.6
   install cppo             1.6.9
   install base64           3.5.1
   install re               1.11.0
   install ocamlgraph       2.1.0
   install extlib           1.7.9
   install opam-core        2.1.6
   install cudf             0.10
   install opam-format      2.1.6
   install mccs             1.1+17
   install dose3            7.0.0
   install opam-repository  2.1.6
   install opam-solver      2.1.6
   install opam-state       2.1.6
   install opam-client      2.1.6
=====  20 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cppo.1.6.9  (cached)
 installed conf-c++.1.0
 retrieved cudf.0.10  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved dune.3.16.0  (cached)
 retrieved extlib.1.7.9  (cached)
 retrieved mccs.1.1+17  (cached)
 retrieved dose3.7.0.0  (cached)
 installed cmdliner.1.3.0
 retrieved ocamlgraph.2.1.0  (cached)
 retrieved opam-client.2.1.6  (cached)
 retrieved opam-core.2.1.6  (cached)
 retrieved opam-file-format.2.1.6  (cached)
 retrieved opam-format.2.1.6  (cached)
 retrieved opam-repository.2.1.6  (cached)
 retrieved opam-solver.2.1.6  (cached)
 retrieved opam-state.2.1.6  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved re.1.11.0  (cached)
 retrieved base64.3.5.1  (cached)
 installed dune.3.16.0
 installed base64.3.5.1
 installed stdlib-shims.0.3.0
 installed opam-file-format.2.1.6
 installed cppo.1.6.9
 installed re.1.11.0
 installed extlib.1.7.9
 installed ocamlgraph.2.1.0
 installed cudf.0.10
 installed dose3.7.0.0
 installed mccs.1.1+17
 installed opam-core.2.1.6
 installed opam-format.2.1.6
 installed opam-repository.2.1.6
 installed opam-solver.2.1.6
 installed opam-state.2.1.6
 installed opam-client.2.1.6
Done.
2024-06-17 19:58.05 ---> saved as "13b1adb5aabf71bdeedffd51519abfdede80c9e5bf666bd0391cefa5f6394ffb"


/src: (copy (src .) (dst /src))
2024-06-17 19:58.07 ---> saved as "dfcf8b0f97d12a4448716973cfbd9c95c848b2f8076a3895aeba2689ce1247ae"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2.0/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 -bin-annot-occurrences -I lib/.opam_test.objs/byte -I /home/opam/.opam/5.2.0/lib/base64 -I /home/opam/.opam/5.2.0/lib/cmdliner -I /home/opam/.opam/5.2.0/lib/cudf -I /home/opam/.opam/5.2.0/lib/dose3/algo -I /home/opam/.opam/5.2.0/lib/dose3/common -I /home/opam/.opam/5.2.0/lib/extlib -I /home/opam/.opam/5.2.0/lib/mccs -I /home/opam/.opam/5.2.0/lib/mccs/glpk/internal -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I /home/opam/.opam/5.2.0/lib/ocamlgraph -I /home/opam/.opam/5.2.0/lib/opam-client -I /home/opam/.opam/5.2.0/lib/opam-core -I /home/opam/.opam/5.2.0/lib/opam-file-format -I /home/opam/.opam/5.2.0/lib/opam-format -I /home/opam/.opam/5.2.0/lib/opam-repository -I /home/opam/.opam/5.2.0/lib/opam-solver -I /home/opam/.opam/5.2.0/lib/opam-state -I /home/opam/.opam/5.2.0/lib/re -I /home/opam/.opam/5.2.0/lib/re/pcre -I /home/opam/.opam/5.2.0/lib/seq -I /home/opam/.opam/5.2.0/lib/stdlib-shims -no-alias-deps -opaque -open Opam_test__ -o lib/.opam_test.objs/byte/opam_test__Cli.cmo -c -impl lib/cli.ml)
File "lib/cli.ml", line 7, characters 13-31:
7 |   let info = Cmdliner.Term.info "opam-test" ~version:"%%VERSION%%" in
                 ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.


File "lib/cli.ml", line 9, characters 17-21:
9 |   Cmdliner.Term.(exit @@ eval v)
                     ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.


File "lib/cli.ml", line 9, characters 25-29:
9 |   Cmdliner.Term.(exit @@ eval v)
                             ^^^^
Error (alert deprecated): Cmdliner.Term.eval
Use Cmd.v and one of Cmd.eval* instead.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0' 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_776_28498" "mount.devfs" "path=/obuilder/result/2060854d562b6e484205db67cff6687b66c47a433b27f05a605b7a17738eebf1/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='base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 cmdliner.1.3.0 conf-c++.1.0 cppo.1.6.9 cudf.0.10 dose3.7.0.0 dune.3.16.0 extlib.1.7.9 host-arch-x86_64.1 host-system-other.1 mccs.1.1+17 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlgraph.2.1.0 opam-client.2.1.6 opam-core.2.1.6 opam-file-format.2.1.6 opam-format.2.1.6 opam-repository.2.1.6 opam-solver.2.1.6 opam-state.2.1.6 re.1.11.0 seq.base stdlib-shims.0.3.0' 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-06-17 20:05.19: Job failed: Failed: Build failed