Organisationsocamlmerlinc8640a ()freebsd-5.2_opam-2.2

freebsd-5.2_opam-2.2

Link Copied
Code Copied

Logs

2024-09-18 15:38.13: New job: test ocaml/merlin https://github.com/ocaml/merlin.git#refs/pull/1828/head (c8640a222a421fde645c39f77760faf922308c07) (freebsd-x86_64:freebsd-5.2_opam-2.2)
Base: freebsd-ocaml-5.2
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml/merlin.git" && cd "merlin" && git fetch origin "refs/pull/1828/head" && git reset --hard c8640a22
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.2
# freebsd-5.2_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocaml-index.opam merlin.opam merlin-lib.opam dot-merlin-reader.opam ./
RUN opam pin add -yn ocaml-index.dev './' && \
    opam pin add -yn merlin.dev './' && \
    opam pin add -yn merlin-lib.dev './' && \
    opam pin add -yn dot-merlin-reader.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-jq.1 csexp.1.5.2 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y ocaml-index.dev merlin.dev merlin-lib.dev dot-merlin-reader.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-09-18 15:38.13: Using cache hint "ocaml/merlin-freebsd-ocaml-5.2-freebsd-5.2_opam-2.2-32fb3617d4b40c311c3e3f2b6984dc18"
2024-09-18 15:38.13: Using OBuilder spec:
((from freebsd-ocaml-5.2)
 (comment freebsd-5.2_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocaml-index.opam merlin.opam merlin-lib.opam dot-merlin-reader.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocaml-index.dev './' && \
             \nopam pin add -yn merlin.dev './' && \
             \nopam pin add -yn merlin-lib.dev './' && \
             \nopam pin add -yn dot-merlin-reader.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-jq.1 csexp.1.5.2 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.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.2 --depext-only -y ocaml-index.dev merlin.dev merlin-lib.dev dot-merlin-reader.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-09-18 15:38.13: Waiting for resource in pool OCluster
2024-09-18 15:38.13: Waiting for worker…
2024-09-18 15:40.41: Got resource from pool OCluster
Building on spring
HEAD is now at ca03fc2e Simplify the result buffer of search
HEAD is now at c8640a22 Improve constructor resolution


(from freebsd-ocaml-5.2)
2024-09-18 15:31.46 ---> using "3515bf58445883216685df527c06fc8b9b7799700694ffa335d1401da4433261" from cache


/: (comment freebsd-5.2_opam-2.2)


/: (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.2 /usr/local/bin/opam"))
2024-09-18 15:31.48 ---> using "ce5d446dcad4679490c4842006d3847ab79c5b03f27c64107dd9b4b693f9227b" 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
2024-09-18 15:31.49 ---> using "315f104d2431f3f8513b249e297f5cd9ab00e87e07651779a2c033f75790f186" 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.2.0
2024-09-18 15:31.50 ---> using "122bbc3ca2d5d079e67c62df055dfe2029bb1467ac0b82961d95a877a82d7ad7" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-18 15:31.51 ---> using "ea3d067661d07cb941931c0bd3d63b7212a0090aedfda056edf38cb8ce4f84dc" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e2171914dc..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks


<><> 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)


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.4.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-09-18 15:31.52 ---> using "0805cadbb39fcd8c45e508a3ec184406e6ec50399312271f8f0d0f30c0799bfb" from cache


/src: (copy (src ocaml-index.opam merlin.opam merlin-lib.opam dot-merlin-reader.opam)
            (dst ./))
2024-09-18 15:31.53 ---> using "7161e6b018544f4ba5c865f9751e60d757c7c680677cd35600063466e3ea3c35" from cache


/src: (run (network host)
           (shell  "opam pin add -yn ocaml-index.dev './' && \
                  \nopam pin add -yn merlin.dev './' && \
                  \nopam pin add -yn merlin-lib.dev './' && \
                  \nopam pin add -yn dot-merlin-reader.dev './'"))
[ocaml-index.dev] synchronised (file:///src)
ocaml-index is now pinned to file:///src (version dev)
[merlin.dev] synchronised (file:///src)
merlin is now pinned to file:///src (version dev)
[merlin-lib.dev] synchronised (file:///src)
merlin-lib is now pinned to file:///src (version dev)
[dot-merlin-reader.dev] synchronised (file:///src)
dot-merlin-reader is now pinned to file:///src (version dev)
2024-09-18 15:31.54 ---> using "74ef3a50770036af9fac438aa3fb394bb24077d05476ef594aad5b27b5cde443" from cache


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-jq.1 csexp.1.5.2 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.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.2 --depext-only -y ocaml-index.dev merlin.dev merlin-lib.dev dot-merlin-reader.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[merlin.dev] synchronised (no changes)
[merlin-lib.dev] synchronised (no changes)
[dot-merlin-reader.dev] synchronised (no changes)
[ocaml-index.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).


The following system packages will first need to be installed:
    jq


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/sudo "pkg" "install" "-y" "jq"
- Updating FreeBSD repository catalogue...
- [spring] Fetching data.pkg: ...
- ......
- . done
- Processing entries: 
- ..
- ..
- ..
- .
- .
- .
- . done
- FreeBSD repository update completed. 34439 packages processed.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	jq: 1.7.1
- 	oniguruma: 6.9.9
- 
- Number of packages to be installed: 2
- 
- The process will require 3 MiB more space.
- 606 KiB to be downloaded.
- [spring] [1/2] Fetching jq-1.7.1.pkg: .......... done
- [spring] [2/2] Fetching oniguruma-6.9.9.pkg: ........ done
- Checking integrity... done (0 conflicting)
- [spring] [1/2] Installing oniguruma-6.9.9...
- [spring] [1/2] Extracting oniguruma-6.9.9: .......... done
- [spring] [2/2] Installing jq-1.7.1...
- [spring] [2/2] Extracting jq-1.7.1: .......... done
2024-09-18 15:31.55 ---> using "0ace879bf12835326eba9fa85435289698b756247f413902ecf8f37786c5ab2e" 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-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).
The following actions will be performed:
=== install 24 packages
   alcotest            1.8.0
   astring             0.8.5
   cmdliner            1.3.0
   conf-jq             1
   csexp               1.5.2
   dune                3.16.0
   fmt                 0.9.0
   menhir              20240715
   menhirCST           20240715
   menhirLib           20240715
   menhirSdk           20240715
   ocaml-compiler-libs v0.17.0
   ocaml-syntax-shims  1.0.0
   ocamlbuild          0.15.0
   ocamlfind           1.9.6
   ppx_derivers        1.2.1
   ppxlib              0.33.0
   re                  1.12.0
   seq                 base
   sexplib0            v0.17.0
   stdlib-shims        0.3.0
   topkg               1.0.7
   uutf                1.0.3
   yojson              2.2.2


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved csexp.1.5.2  (cached)
 installed conf-jq.1
 retrieved cmdliner.1.3.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved alcotest.1.8.0  (cached)
 retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
 retrieved ocaml-compiler-libs.v0.17.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved re.1.12.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved ppxlib.0.33.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved uutf.1.0.3  (cached)
 retrieved dune.3.16.0  (cached)
 retrieved yojson.2.2.2  (cached)
 installed cmdliner.1.3.0
 installed ocamlbuild.0.15.0
 installed ocamlfind.1.9.6
 installed topkg.1.0.7
 installed uutf.1.0.3
 installed astring.0.8.5
 installed fmt.0.9.0
 installed dune.3.16.0
 installed menhirCST.20240715
 installed csexp.1.5.2
 installed ppx_derivers.1.2.1
 installed menhirLib.20240715
 installed stdlib-shims.0.3.0
 installed menhirSdk.20240715
 installed yojson.2.2.2
 installed sexplib0.v0.17.0
 installed re.1.12.0
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.17.0
 installed alcotest.1.8.0
 installed ppxlib.0.33.0
 installed menhir.20240715
Done.
2024-09-18 15:37.37 ---> saved as "943598ee210b511619ea4dc3bf68f3a877f510533c1a8128c3bece25b0ba96ae"


/src: (copy (src .) (dst /src))
2024-09-18 15:38.12 ---> saved as "bfc843c2156d645596ece0329691ae1ae1277abdebfd5d23ce1f0c93673ee777"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.2.0/bin/menhir --inspection --table --cmly src/ocaml/preprocess/parser_raw.mly --base src/ocaml/preprocess/parser_raw --infer-write-query src/ocaml/preprocess/parser_raw__mock.ml.mock)
File "src/ocaml/preprocess/parser_raw.mly", line 897, characters 29-36:
Warning: the token COMMENT is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 898, characters 30-39:
Warning: the token DOCSTRING is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 900, characters 7-10:
Warning: the token EOL is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 810, characters 7-22:
Warning: the token GREATERRBRACKET is unused.
(cd _build/default && /home/opam/.opam/5.2.0/bin/ocamlopt.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 -I src/dot-merlin/.dot_merlin_reader.eobjs/byte -I src/dot-merlin/.dot_merlin_reader.eobjs/native -I /home/opam/.opam/5.2.0/lib/findlib -I /home/opam/.opam/5.2.0/lib/ocaml/str -I /home/opam/.opam/5.2.0/lib/ocaml/unix -I src/dot-protocol/.merlin_dot_protocol.objs/byte -I src/dot-protocol/.merlin_dot_protocol.objs/native -I src/utils/.merlin_utils.objs/byte -I src/utils/.merlin_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -o src/dot-merlin/.dot_merlin_reader.eobjs/native/dune__exe__Dot_merlin_reader.cmx -c -impl src/dot-merlin/dot_merlin_reader.ml)
File "_none_", line 1:
Warning 58 [no-cmx-file]: no cmx file was found in path for module Findlib, and its interface was not compiled with -opaque
(cd _build/default && /home/opam/.opam/5.2.0/bin/menhir --inspection --table --cmly src/ocaml/preprocess/parser_raw.mly --base src/ocaml/preprocess/parser_raw --infer-read-reply src/ocaml/preprocess/parser_raw__mock.mli.inferred)
File "src/ocaml/preprocess/parser_raw.mly", line 966, characters 0-9:
Warning: the precedence level assigned to GREATERDOT is never useful.
(cd _build/default/tests/test-units/sherldoc && ./sherlodoc_test.exe)
Testing `merlin-lib.sherlodoc'.
This run has ID `AAKM96HI'.


  [OK]          type_expr              0   parse a simple type expression - 1.
  [OK]          type_expr              1   parse a simple type expression - 2.
  [OK]          type_expr              2   parse a simple type expression - 3.
  [OK]          type_expr              3   parse a simple type expression - 4.
  [OK]          type_expr              4   ensure that function equivalent fu...
  [OK]          type_expr              5   recompute type variables - 1.
  [OK]          type_expr              6   check polymorphic variable identif...
  [OK]          name_cost              0   test distance - 1.
  [OK]          name_cost              1   test distance - 2.
  [OK]          name_cost              2   test distance - 3.
  [OK]          name_cost              3   test distance - 4.
  [OK]          name_cost              4   test distance - 5.
  [OK]          name_cost              5   test distance_substring - 1.
  [OK]          name_cost              6   test distance_substring - 2.
  [OK]          name_cost              7   test distance_substring - 3.
  [OK]          name_cost              8   test distance_substring - 4.
  [OK]          name_cost              9   test bast distance - 1.
  [OK]          name_cost             10   test bast distance - 2.
  [OK]          name_cost             11   test bast distance - 3.
  [OK]          type_distance          0   distance between `int` and `int`.
  [OK]          type_distance          1   distance between `string` and `str...
  [OK]          type_distance          2   distance between `string -> int` a...
  [OK]          type_distance          3   distance between `string -> int ->...
  [OK]          type_distance          4   distance between `int -> srting ->...
  [OK]          type_distance          5   distance between `('a -> 'b) -> 'a...
  [OK]          type_distance          6   distance between `('foo -> 'bar) -...
  [OK]          type_distance          7   distance between `'foo list -> ('f...
  [OK]          type_distance          8   distance between `foo -> bar -> ba...
  [OK]          type_distance          9   distance between `('a -> 'b) * 'a ...
  [OK]          type_distance         10   distance between `'a * 'b -> 'b` a...
  [OK]          type_distance         11   distance between `'a * 'b -> 'a` a...
  [OK]          type_distance         12   distance between `'a -> 'b -> 'b -...
  [OK]          type_distance         13   distance between `('a -> 'a) -> 'a...
  [OK]          type_distance         14   distance between `'a -> 'b option ...
  [OK]          query-parser           0   test distance from a query - 1.
  [OK]          query-parser           1   test distance from a query - 2.
  [OK]          query-parser           2   test distance from a query - 3.
  [OK]          query-parser           3   test distance from a query - 4.
  [OK]          query-parser           4   test distance from a query - 5.
  [OK]          query-parser           5   test distance from a query - 6.
  [OK]          query-parser           6   test distance from a query - 7.
  [OK]          query-parser           7   test distance from a query - 8.


Full test results in `/src/_build/default/tests/test-units/sherldoc/_build/_tests/merlin-lib.sherlodoc'.
Test Successful in 0.011s. 42 tests run.
(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 -open Ocaml_typing -open Ocaml_parsing -open Ocaml_utils -open Merlin_utils -open Merlin_analysis -open Merlin_index_format -g -bin-annot -bin-annot-occurrences -I src/ocaml-index/lib/.lib.objs/byte -I src/analysis/.merlin_analysis.objs/byte -I src/index-format/.merlin_index_format.objs/byte -I src/ocaml/parsing/.ocaml_parsing.objs/byte -I src/ocaml/typing/.ocaml_typing.objs/byte -I src/ocaml/utils/.ocaml_utils.objs/byte -I src/utils/.merlin_utils.objs/byte -no-alias-deps -opaque -open Lib -o src/ocaml-index/lib/.lib.objs/byte/lib__Index.cmo -c -impl src/ocaml-index/lib/index.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
(cd _build/default && /home/opam/.opam/5.2.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocaml_typing -open Ocaml_parsing -open Ocaml_utils -open Merlin_utils -open Merlin_analysis -open Merlin_index_format -g -I src/ocaml-index/lib/.lib.objs/byte -I src/ocaml-index/lib/.lib.objs/native -I src/analysis/.merlin_analysis.objs/byte -I src/analysis/.merlin_analysis.objs/native -I src/index-format/.merlin_index_format.objs/byte -I src/index-format/.merlin_index_format.objs/native -I src/ocaml/parsing/.ocaml_parsing.objs/byte -I src/ocaml/parsing/.ocaml_parsing.objs/native -I src/ocaml/typing/.ocaml_typing.objs/byte -I src/ocaml/typing/.ocaml_typing.objs/native -I src/ocaml/utils/.ocaml_utils.objs/byte -I src/ocaml/utils/.ocaml_utils.objs/native -I src/utils/.merlin_utils.objs/byte -I src/utils/.merlin_utils.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Lib -o src/ocaml-index/lib/.lib.objs/native/lib__Index.cmx -c -impl src/ocaml-index/lib/index.ml)
File "_none_", line 1:
Alert ocaml_deprecated_auto_include: 
OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
automatically added to the search path, but you should add -I +unix to the
command-line to silence this alert (e.g. by adding unix to the list of
libraries in your dune file, or adding use_unix to your _tags file for
ocamlbuild, or using -package unix for ocamlfind).
File "tests/test-dirs/search-by-type.t/run.t", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/a50ce3435f5e2d98c224464e76dc1821/default/tests/test-dirs/search-by-type.t/run.t _build/.sandbox/a50ce3435f5e2d98c224464e76dc1821/default/tests/test-dirs/search-by-type.t/run.t.corrected
diff --git a/_build/.sandbox/a50ce3435f5e2d98c224464e76dc1821/default/tests/test-dirs/search-by-type.t/run.t b/_build/.sandbox/a50ce3435f5e2d98c224464e76dc1821/default/tests/test-dirs/search-by-type.t/run.t.corrected
index 1318c9d..077614d 100644
--- a/_build/.sandbox/a50ce3435f5e2d98c224464e76dc1821/default/tests/test-dirs/search-by-type.t/run.t
+++ b/_build/.sandbox/a50ce3435f5e2d98c224464e76dc1821/default/tests/test-dirs/search-by-type.t/run.t.corrected
@@ -14,14 +14,14 @@
     "doc": "Convert the given string to an integer.    The string is read in decimal (by default, or if the string    begins with [0u]), in hexadecimal (if it begins with [0x] or    [0X]), in octal (if it begins with [0o] or [0O]), or in binary    (if it begins with [0b] or [0B]).     The [0u] prefix reads the input as an unsigned integer in the range    [[0, 2*max_int+1]].  If the input exceeds {!max_int}    it is converted to the signed integer    [min_int + input - max_int - 1].     The [_] (underscore) character can appear anywhere in the string    and is ignored.     Return [None] if the given string is not a valid representation of an    integer, or if the integer represented exceeds the range of integers    representable in type [int].    @since 4.05"
   }
   {
-    "name": "Int32.of_string_opt",
-    "type": "string -> int32 option",
+    "name": "Int64.of_string_opt",
+    "type": "string -> int64 option",
     "cost": 2,
     "doc": "Same as [of_string], but return [None] instead of raising.     @since 4.05"
   }
   {
-    "name": "Int64.of_string_opt",
-    "type": "string -> int64 option",
+    "name": "Int32.of_string_opt",
+    "type": "string -> int32 option",
     "cost": 2,
     "doc": "Same as [of_string], but return [None] instead of raising.     @since 4.05"
   }
File "tests/test-dirs/search-by-type-comparison-to-polarity-search.t", line 1, characters 0-0:
/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/654ffe537812420d2c5578977c13f908/default/tests/test-dirs/search-by-type-comparison-to-polarity-search.t _build/.sandbox/654ffe537812420d2c5578977c13f908/default/tests/test-dirs/search-by-type-comparison-to-polarity-search.t.corrected
diff --git a/_build/.sandbox/654ffe537812420d2c5578977c13f908/default/tests/test-dirs/search-by-type-comparison-to-polarity-search.t b/_build/.sandbox/654ffe537812420d2c5578977c13f908/default/tests/test-dirs/search-by-type-comparison-to-polarity-search.t.corrected
index d1234af..fe905e0 100644
--- a/_build/.sandbox/654ffe537812420d2c5578977c13f908/default/tests/test-dirs/search-by-type-comparison-to-polarity-search.t
+++ b/_build/.sandbox/654ffe537812420d2c5578977c13f908/default/tests/test-dirs/search-by-type-comparison-to-polarity-search.t.corrected
@@ -16,14 +16,14 @@ potential failures, so lifting the result in an int option).
     "name": "int_of_string_opt",
     "type": "string -> int option"
   }
-  {
-    "name": "Int32.of_string_opt",
-    "type": "string -> int32 option"
-  }
   {
     "name": "Int64.of_string_opt",
     "type": "string -> int64 option"
   }
+  {
+    "name": "Int32.of_string_opt",
+    "type": "string -> int32 option"
+  }
   {
     "name": "Sys.getenv_opt",
     "type": "string -> string option"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-jq.1 csexp.1.5.2 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2' 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_3671_30301" "mount.devfs" "path=/obuilder/result/54031264232b6b5cc7ab90ac99bfd7d0aa06158f9fb2e8e8878d20aea2155b42/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.8.0 astring.0.8.5 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 conf-jq.1 csexp.1.5.2 dune.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3 yojson.2.2.2' 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-09-18 15:49.55: Job failed: Failed: Build failed