Organisationsocaml-ppxocamlformat35e1b7 ()freebsd-14.3-5.4_opam-2.4

freebsd-14.3-5.4_opam-2.4

Logs

Show full logs
2025-10-29 16:12.33: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2745/head (35e1b7660102cb7edf67ef57ad5a1875752306cb) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.4)
Base: freebsd-14.3-ocaml-5.4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2745/head" && git reset --hard 35e1b766
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-5.4
# freebsd-14.3-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./
RUN opam pin add -yn ocamlformat.dev './' && \
    opam pin add -yn ocamlformat-rpc-lib.dev './' && \
    opam pin add -yn ocamlformat-lib.dev './' && \
    opam pin add -yn ocamlformat-bench.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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

2025-10-29 16:12.33: Using cache hint "ocaml-ppx/ocamlformat-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.4-10a07eb5fc9be104a5cac3d37a95add9"
2025-10-29 16:12.33: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
 (comment freebsd-14.3-5.4_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocamlformat.dev './' && \
             \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
             \nopam pin add -yn ocamlformat-lib.dev './' && \
             \nopam pin add -yn ocamlformat-bench.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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"))
)

2025-10-29 16:12.33: Waiting for resource in pool OCluster
2025-10-29 16:12.33: Waiting for worker…
2025-10-29 16:12.33: Got resource from pool OCluster
Building on rosemary
HEAD is now at 0c3acc59 changelog
HEAD is now at 35e1b766 fmt

(from freebsd-14.3-ocaml-5.4)
2025-10-29 16:11.31 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache

/: (comment freebsd-14.3-5.4_opam-2.4)

/: (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.4 /usr/local/bin/opam"))
2025-10-29 16:11.32 ---> using "3a594302e099be4d1fe17d31961c678e53238e61e9f64fbe865d05a177bbd49f" 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.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-10-29 16:11.32 ---> using "966aea62bfa80234ccffa3e603e9d2a2c27a29ab53d209038b434e38821f2fb7" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-29 16:11.32 ---> using "901289cfc1072ebb5c56e6766d7e4b0939435c511aca0ca5e37a81de9f740bdb" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-29 16:11.33 ---> using "1dc6b19784012bf1d34b6ef08bc9997df686c93fa70b17674c490e435d82e9d9" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   5bf570252b..0939e07036  master     -> origin/master
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1

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

Already up-to-date.
Nothing to do.
2025-10-29 16:11.33 ---> using "dd2b5baaf84fb0d75e584a4435ad4c2f992562f175b774598ca383b29dc33bdf" from cache

/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)
            (dst ./))
2025-10-29 16:11.34 ---> using "e4d70cc39e11c3b6b7e3dcae88691f84180e9dbe523bb0daa063a9eda55482e4" from cache

/src: (run (network host)
           (shell  "opam pin add -yn ocamlformat.dev './' && \
                  \nopam pin add -yn ocamlformat-rpc-lib.dev './' && \
                  \nopam pin add -yn ocamlformat-lib.dev './' && \
                  \nopam pin add -yn ocamlformat-bench.dev './'"))
[ocamlformat.dev] synchronised (file:///src)
ocamlformat is now pinned to file:///src (version dev)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)
ocamlformat-rpc-lib is now pinned to file:///src (version dev)
[ocamlformat-lib.dev] synchronised (file:///src)
ocamlformat-lib is now pinned to file:///src (version dev)
[NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch.
[ocamlformat-bench.dev] synchronised (file:///src)
[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:
  warning 68: Missing field 'license'
ocamlformat-bench is now pinned to file:///src (version dev)
2025-10-29 16:11.34 ---> using "3621ad2aa5f2e4bc1ecaa5edfc1f22d22d78e77914626920c8a7065701c670e3" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-29 16:11.35 ---> using "a3608515f7bff776a2d2976731e310d4dff216dd1cc25714c574390b9d2a7961" from cache

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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.4 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlformat-lib.dev] synchronised (file:///src)
[ocamlformat-bench.dev] synchronised (file:///src)
[ocamlformat.dev] synchronised (file:///src)
[ocamlformat-rpc-lib.dev] synchronised (file:///src)

[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-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base).
[NOTE] Package base-effects 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).
2025-10-29 16:11.36 ---> using "ec961d9b9538244d2d1e61fb1cf2c146fcd668f29e14ac095c03d042837e071d" from cache

/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-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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-nnp is already installed (current version is base).
[NOTE] Package base-effects 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).
The following actions will be performed:
=== install 33 packages
   alcotest                1.9.1
   astring                 0.8.5
   base                    v0.17.3
   bechamel                0.5.0
   camlp-streams           5.0.1
   cmdliner                2.0.0
   csexp                   1.5.2
   dune                    3.20.2
   dune-build-info         3.20.2
   dune-configurator       3.20.2
   either                  1.0.0
   fix                     20250919
   fmt                     0.11.0
   fpath                   0.7.3
   menhir                  20250912
   menhirCST               20250912
   menhirLib               20250912
   menhirSdk               20250912
   ocaml-syntax-shims      1.0.0
   ocaml-version           4.0.3
   ocaml_intrinsics_kernel v0.17.1
   ocamlbuild              0.16.1
   ocamlfind               1.9.8
   ocp-indent              1.9.0
   re                      1.14.0
   sexplib0                v0.17.0
   stdio                   v0.17.0
   stdlib-shims            0.3.0
   topkg                   1.1.0
   uucp                    17.0.0
   uuseg                   17.0.0
   uutf                    1.0.4
   yojson                  3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved base.v0.17.3  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved bechamel.0.5.0  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved alcotest.1.9.1  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cmdliner.2.0.0  (cached)
 retrieved fix.20250919  (cached)
 retrieved either.1.0.0  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml-version.4.0.3  (cached)
 retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
 retrieved ocp-indent.1.9.0  (cached)
 retrieved re.1.14.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved stdio.v0.17.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.1.0  (cached)
 retrieved uuseg.17.0.0  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved yojson.3.0.0  (cached)
 retrieved uucp.17.0.0  (cached)
 retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2  (cached)
 installed cmdliner.2.0.0
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed topkg.1.1.0
 installed uutf.1.0.4
 installed fmt.0.11.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed dune.3.20.2
 installed menhirCST.20250912
 installed either.1.0.0
 installed fix.20250919
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.17.0
 installed yojson.3.0.0
 installed re.1.14.0
 installed ocp-indent.1.9.0
 installed ocaml_intrinsics_kernel.v0.17.1
 installed ocaml-version.4.0.3
 installed ocaml-syntax-shims.1.0.0
 installed menhirSdk.20250912
 installed menhirLib.20250912
 installed camlp-streams.5.0.1
 installed bechamel.0.5.0
 installed dune-build-info.3.20.2
 installed dune-configurator.3.20.2
 installed alcotest.1.9.1
 installed uucp.17.0.0
 installed base.v0.17.3
 installed uuseg.17.0.0
 installed stdio.v0.17.0
 installed menhir.20250912
Done.

<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/home/opam/.opam/5.4.0/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/5.4.0/share/ocp-indent/vim"
2025-10-29 16:11.37 ---> using "45fb6219824261d8b159815c21e16edef9313d473a39d3e4ec816c76dd6d353e" from cache

/src: (copy (src .) (dst /src))
2025-10-29 16:11.41 ---> saved as "b8f159e08aeb68b6973933b0f87184b234d625dba5f18cba69b495e8cfce7fb0"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/unit/dune", line 2, characters 7-16:
2 |  (name test_unit)
           ^^^^^^^^^
(cd _build/default/test/unit && ./test_unit.exe)
Testing `ocamlformat'.
This run has ID `7Y5371A8'.

................................................................................
................................................................................
.............................F..............

┌──────────────────────────────────────────────────────────────────────────────┐
[FAIL]        Fmt_ast                                0   updated AST.
└──────────────────────────────────────────────────────────────────────────────┘
ASSERT updated AST: x
ASSERT updated AST: 1_2
ASSERT updated AST: 12l
ASSERT updated AST: 'a'
ASSERT updated AST: '\n'
ASSERT updated AST: "a\013"
ASSERT updated AST: {|a|}
ASSERT updated AST: 12e1
ASSERT updated AST: let rec x = 1 and y = 2 in ()
ASSERT updated AST: let x = 1 and y = 2 in ()
ASSERT updated AST: fun x y : a -> function 1 -> 1
ASSERT updated AST: f a ~b ?c
ASSERT updated AST: match () with () -> () | () -> ()
ASSERT updated AST: try () with () -> () | () -> ()
ASSERT updated AST: ((), ())
ASSERT updated AST: Some (); None
ASSERT updated AST: `Some (); `None
ASSERT updated AST: { a = 1; b : float = 2 }, { r with a }
ASSERT updated AST: a.x
ASSERT updated AST: a.x <- 1
ASSERT updated AST: [| 1; 2 |]
ASSERT updated AST: [ 1; 2 ]
ASSERT updated AST: if a then b else if c then d else e
ASSERT updated AST: a; b
ASSERT updated AST: while a do b done
ASSERT updated AST: for a = b to c do d done
ASSERT updated AST: (a : b)
ASSERT updated AST: (a : b :> c)
ASSERT updated AST: a#b
ASSERT updated AST: x <- 2
ASSERT updated AST: {<x = 1>}
ASSERT updated AST: let module M = struct end in ()
ASSERT updated AST: let exception E in ()
ASSERT updated AST: assert ()
ASSERT updated AST: lazy 1
ASSERT updated AST: object val x = 1 end
ASSERT updated AST: (module M)
ASSERT updated AST: (module M : S)
ASSERT updated AST: let open M in 1
ASSERT updated AST: M.(1)
ASSERT updated AST: let+ x = 1 and+ y = 2 in ()
ASSERT updated AST: [%extension 1]
ASSERT updated AST: function _ -> .
ASSERT updated AST: _
ASSERT updated AST: begin () end
File "test/unit/test_fmt_ast.ml", line 117, character 8:
FAIL updated AST: begin () end

   Expected: `"begin\n  ()\nend"'
   Received: `"begin () end"'

Raised at Alcotest_engine__Test.check in file "src/alcotest-engine/test.ml", lines 216-226, characters 4-19
Called from Dune__exe__Test_fmt_ast.updated_ast_tests.(fun) in file "test/unit/test_fmt_ast.ml", line 117, characters 8-60
Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23
Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35

Logs saved to `/src/_build/default/test/unit/_build/_tests/ocamlformat/Fmt_ast.000.output'.
 ──────────────────────────────────────────────────────────────────────────────

Full test results in `/src/_build/default/test/unit/_build/_tests/ocamlformat'.
1 failure! in 0.058s. 204 tests run.
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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_856_31450" "mount.devfs" "path=/obuilder/result/dc6a51ce3dba5de5cbdf67ca19715fbb3ba92bf7eae7b3dea81ba61fcadc0a92/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='alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-build-info.3.20.2 dune-configurator.3.20.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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
2025-10-29 16:13.13: Job failed: Failed: Build failed