Organisationsocamlmerlin7d7f52 (501)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-10 15:59.17: New job: test ocaml/merlin https://github.com/ocaml/merlin.git#refs/heads/501 (7d7f525180f5979516e10c05d0cd49823edb5ef1) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml/merlin.git" -b "501" && cd "merlin" && git reset --hard 7d7f5251
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
# debian-12-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/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 merlin.opam merlin-lib.opam dot-merlin-reader.opam ./
RUN opam pin add -yn merlin.dev './' && \
    opam pin add -yn merlin-lib.dev './' && \
    opam pin add -yn dot-merlin-reader.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-jq.1 cppo.1.6.6 csexp.1.5.1 dune.3.3.0 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.5 ppx_derivers.1.2.1 ppxlib.0.30.0 seq.base sexplib0.v0.15.1 stdlib-shims.0.1.0 yojson.2.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y 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-05-10 15:59.17: Using cache hint "ocaml/merlin-ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610-debian-12-5.1_opam-2.1-6278dcb2830c5796bc41f700bbef6c03"
2024-05-10 15:59.17: Using OBuilder spec:
((from ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610)
 (comment debian-12-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/bin/opam-2.1 /usr/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 merlin.opam merlin-lib.opam dot-merlin-reader.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn merlin.dev './' && \
             \nopam pin add -yn merlin-lib.dev './' && \
             \nopam pin add -yn dot-merlin-reader.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-jq.1 cppo.1.6.6 csexp.1.5.1 dune.3.3.0 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.5 ppx_derivers.1.2.1 ppxlib.0.30.0 seq.base sexplib0.v0.15.1 stdlib-shims.0.1.0 yojson.2.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.1 --depext-only -y 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-05-10 15:59.17: Waiting for resource in pool OCluster
2024-05-11 06:26.15: Waiting for worker…
2024-05-11 06:32.31: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
All commits already cached
HEAD is now at 7d7f5251 Bump changelog version for 4.14


(from ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610)
Unable to find image 'ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610' locally
docker.io/ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610: Pulling from ocaml/opam
acecc3682261: Pulling fs layer
acecc3682261: Verifying Checksum
acecc3682261: Download complete
acecc3682261: Pull complete
Digest: sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
Status: Downloaded newer image for ocaml/opam@sha256:d200873f5bf58fa64cc36052aa4c20b809ae5c537a237c1568d4ec56c464d610
2024-05-11 06:32.31 ---> using "02f3acce9469f575133f358c3526b920479bcdac9926e1ced16a262cad00e5e9" from cache


/: (comment debian-12-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/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 06:32.31 ---> using "66060d01bd4aa77d0aedcad853a1043843ba6c8ace803f6a3753c6406af0b07a" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 06:32.31 ---> using "db7a5bfe50809f1548023c6e91816fe38a29f4e7586c214126eabcc9787e3f71" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-05-11 06:32.31 ---> using "224d5fd882e4a3963c81eef188a2acc2b8c27b00a82c703180ad4cb24147f525" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 06:32.31 ---> using "da2832c88a44b5bfe8f18d3ab4a49f0c3d34811d87b2c9bf99ec196a8af3fde4" 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
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 06:32.31 ---> using "ea11be5761c64943f51dd06705682dbc418770f20213260d959da1ca867b3364" from cache


/src: (copy (src merlin.opam merlin-lib.opam dot-merlin-reader.opam) (dst ./))
2024-05-11 06:32.32 ---> saved as "ca410f46994e39160fe0bb0602e456684821c0b6c89642f35af64525d01598d1"


/src: (run (network host)
           (shell  "opam pin add -yn merlin.dev './' && \
                  \nopam pin add -yn merlin-lib.dev './' && \
                  \nopam pin add -yn dot-merlin-reader.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-05-11 06:32.41 ---> saved as "6757ac97eed790af817bc1138ea73db8c9e5c1bbcfd2ef285b986220d0713a21"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-jq.1 cppo.1.6.6 csexp.1.5.1 dune.3.3.0 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.5 ppx_derivers.1.2.1 ppxlib.0.30.0 seq.base sexplib0.v0.15.1 stdlib-shims.0.1.0 yojson.2.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.1 --depext-only -y merlin.dev merlin-lib.dev dot-merlin-reader.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 1s (368 kB/s)
- Reading package lists...
- 


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


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "jq"
- debconf: delaying package configuration, since apt-utils is not installed


2024-05-11 06:33.14 ---> saved as "04478bfd7c68f16c71e897d1827350ddd90b1a8ff922225594a926aa420764af"


/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).
The following actions will be performed:
  - install dune                3.3.0
  - install seq                 base
  - install ocamlfind           1.9.5
  - install conf-jq             1
  - install stdlib-shims        0.1.0
  - install sexplib0            v0.15.1
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.0
  - install menhirSdk           20201216
  - install menhirLib           20201216
  - install csexp               1.5.1
  - install cppo                1.6.6
  - install ppxlib              0.30.0
  - install menhir              20201216
  - install yojson              2.0.0
===== 15 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.6  (cached)
-> retrieved csexp.1.5.1  (cached)
-> retrieved dune.3.3.0  (cached)
-> installed conf-jq.1
-> retrieved menhir.20201216  (cached)
-> retrieved menhirLib.20201216  (cached)
-> retrieved menhirSdk.20201216  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> installed seq.base
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved yojson.2.0.0  (cached)
-> retrieved ppxlib.0.30.0  (cached)
-> installed ocamlfind.1.9.5
-> installed dune.3.3.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.1
-> installed stdlib-shims.0.1.0
-> installed menhirSdk.20201216
-> installed sexplib0.v0.15.1
-> installed menhirLib.20201216
-> installed cppo.1.6.6
-> installed ocaml-compiler-libs.v0.12.0
-> installed yojson.2.0.0
-> installed menhir.20201216
-> installed ppxlib.0.30.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 06:34.27 ---> saved as "ae5bc3f7557c68f5ce10c11f8822478d810a726a6f3c34f279648c36b68a8294"


/src: (copy (src .) (dst /src))
2024-05-11 06:34.27 ---> saved as "bc320d93b0660482faf49e0867ecdb8e7bbac4be45591d0969a985428b02cd0a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.1/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 858, characters 29-36:
Warning: the token COMMENT is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 859, characters 30-39:
Warning: the token DOCSTRING is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 861, characters 7-10:
Warning: the token EOL is unused.
File "src/ocaml/preprocess/parser_raw.mly", line 771, characters 7-22:
Warning: the token GREATERRBRACKET is unused.
(cd _build/default && /home/opam/.opam/5.1/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 935, characters 0-9:
Warning: the precedence level assigned to GREATERDOT is never useful.
File "tests/test-dirs/type-enclosing/inside-tydecl.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/2676a53c4db5efea1ce31210704a10db/default/tests/test-dirs/type-enclosing/inside-tydecl.t _build/.sandbox/2676a53c4db5efea1ce31210704a10db/default/tests/test-dirs/type-enclosing/inside-tydecl.t.corrected
diff --git a/_build/.sandbox/2676a53c4db5efea1ce31210704a10db/default/tests/test-dirs/type-enclosing/inside-tydecl.t b/_build/.sandbox/2676a53c4db5efea1ce31210704a10db/default/tests/test-dirs/type-enclosing/inside-tydecl.t.corrected
index 2fda888..2afb9b7 100644
--- a/_build/.sandbox/2676a53c4db5efea1ce31210704a10db/default/tests/test-dirs/type-enclosing/inside-tydecl.t
+++ b/_build/.sandbox/2676a53c4db5efea1ce31210704a10db/default/tests/test-dirs/type-enclosing/inside-tydecl.t.corrected
@@ -6,11 +6,8 @@ test
   > EOF
   paths: [t1]
   [
-    {
-      "start": { "line": 1, "col": 18 },
-      "end": { "line": 1, "col": 20 },
-      "identifier": "t1"
-    }
+    { "start": { "line": 1, "col": 18 }, "end": { "line": 1, "col": 20 },
+    "identifier": "t1" }
   ]
   node = core_type
   exprs = [t1]
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 06:34.59: Job failed: Failed: Build failed