Organisationsjoelburgetmonaco-ocamlb30eb6 (main)debian-12-4.10_opam-2.2

debian-12-4.10_opam-2.2

Logs

Show full logs
2024-09-10 22:01.52: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-x86_64:debian-12-4.10_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/joelburget/monaco-ocaml.git" -b "main" && cd "monaco-ocaml" && git reset --hard b30eb6ff
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
# debian-12-4.10_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 dff9d3d93c34b93cec80eb37a6f3fd0c22938d64 || git fetch origin master) && git reset -q --hard dff9d3d93c34b93cec80eb37a6f3fd0c22938d64 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 require.opam monarch.opam monaco.opam ./
RUN opam pin add -yn require.dev './' && \
    opam pin add -yn monarch.dev './' && \
    opam pin add -yn monaco.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.16.0 either.1.0.0 gen.1.1 js_of_ocaml-compiler.5.8.2 js_of_ocaml-toplevel.5.8.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 sedlex.3.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y require.dev monarch.dev monaco.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-10 22:01.52: Using cache hint "joelburget/monaco-ocaml-ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452-debian-12-4.10_opam-2.2-a54468f06059dbfad71ad8ca8f3ac853"
2024-09-10 22:01.52: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452)
 (comment debian-12-4.10_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 dff9d3d93c34b93cec80eb37a6f3fd0c22938d64 || git fetch origin master) && git reset -q --hard dff9d3d93c34b93cec80eb37a6f3fd0c22938d64 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src require.opam monarch.opam monaco.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn require.dev './' && \
             \nopam pin add -yn monarch.dev './' && \
             \nopam pin add -yn monaco.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.16.0 either.1.0.0 gen.1.1 js_of_ocaml-compiler.5.8.2 js_of_ocaml-toplevel.5.8.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 sedlex.3.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 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 require.dev monarch.dev monaco.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-10 22:01.52: Waiting for resource in pool OCluster
2024-09-10 22:01.52: Waiting for worker…
2024-09-10 22:01.52: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at b30eb6f Add ISC license.

(from ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452' locally
docker.io/ocaml/opam@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452: Pulling from ocaml/opam
e3334eba956d: Pulling fs layer
e3334eba956d: Verifying Checksum
e3334eba956d: Download complete
e3334eba956d: Pull complete
Digest: sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
Status: Downloaded newer image for ocaml/opam@sha256:48695943c9555d3a08e150097535c67d52f58819eb6bc592c398679a2a744452
2024-09-10 22:04.04 ---> saved as "1171274062e138f4d83d3503b81ae1a38569e1bd12aa4ea9aae9c1899d407bf8"

/: (comment debian-12-4.10_opam-2.2)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-10 22:04.04 ---> saved as "23c3ce6f6a9471e22e964e0919404a9a2f9eac94be800f1acc78ab45d7bb1ecc"

/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, 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-09-10 22:05.16 ---> saved as "d4b8a094d7a75d0f7cd503c39f273adf4855881abc386e237400daf9817ed3d5"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.10.2
2.2.1
2024-09-10 22:05.16 ---> saved as "e87de53e2a6a7c4beb17d49b5a8efda86f6fb980c856d2dc8f15fb6924fb5827"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-10 22:05.16 ---> saved as "784b3019b43cb147dea0a0a5b01c95928aaec5b901fa106a31119fbf80bf0992"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e dff9d3d93c34b93cec80eb37a6f3fd0c22938d64 || git fetch origin master) && git reset -q --hard dff9d3d93c34b93cec80eb37a6f3fd0c22938d64 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..abac1deff0  master     -> origin/master
dff9d3d93c Merge pull request #26517 from dbuenzli/b0-publish-brr.0.0.7

<><> 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-09-10 22:06.20 ---> saved as "ab08606917e173f387d668e8eb5891fb2ea68c5fd8293f50b270b806d0f06143"

/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))
2024-09-10 22:06.21 ---> saved as "896e11d1fb157dba64c4ab8836a1342079363a2ce50d0a01e788cecd95a71711"

/src: (run (network host)
           (shell  "opam pin add -yn require.dev './' && \
                  \nopam pin add -yn monarch.dev './' && \
                  \nopam pin add -yn monaco.dev './'"))
Package require does not exist, create as a NEW package? [y/n] y
[require.dev] synchronised (file:///src)
[WARNING] Failed checks on require package definition from source at file:///src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
require is now pinned to file:///src (version dev)
Package monarch does not exist, create as a NEW package? [y/n] y
[monarch.dev] synchronised (file:///src)
[WARNING] Failed checks on monarch package definition from source at file:///src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
monarch is now pinned to file:///src (version dev)
Package monaco does not exist, create as a NEW package? [y/n] y
[monaco.dev] synchronised (file:///src)
[WARNING] Failed checks on monaco package definition from source at file:///src:
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
monaco is now pinned to file:///src (version dev)
2024-09-10 22:06.26 ---> saved as "a556d3ff17746e9ac6bffa9d645daa5d8ad764c69aa4076a110b6776fadf658b"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.16.0 either.1.0.0 gen.1.1 js_of_ocaml-compiler.5.8.2 js_of_ocaml-toplevel.5.8.2 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ppx_derivers.1.2.1 ppxlib.0.33.0 sedlex.3.2 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 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 require.dev monarch.dev monaco.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9234 kB in 2s (6102 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[monaco.dev] synchronised (no changes)
[monarch.dev] synchronised (no changes)
[require.dev] synchronised (no changes)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.2).
[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-bigarray is already installed (current version is base).
2024-09-10 22:06.45 ---> saved as "356bdaf5ddb0acc8b77d91413b6ac815d4beda55708b9188d02ad2719bb6c8f1"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).
[NOTE] Package ocaml is already installed (current version is 4.10.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 22 packages
  - install brr                  0.0.7
  - install cmdliner             1.3.0
  - install dune                 3.16.0
  - install either               1.0.0
  - install gen                  1.1
  - install js_of_ocaml-compiler 5.8.2
  - install js_of_ocaml-toplevel 5.8.2
  - install menhir               20240715
  - install menhirCST            20240715
  - install menhirLib            20240715
  - install menhirSdk            20240715
  - install ocaml-compiler-libs  v0.12.4
  - install ocamlbuild           0.15.0
  - install ocamlfind            1.9.6
  - install ppx_derivers         1.2.1
  - install ppxlib               0.33.0
  - install sedlex               3.2
  - install seq                  base
  - install sexplib0             v0.16.0
  - install stdlib-shims         0.3.0
  - install topkg                1.0.7
  - install yojson               2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved brr.0.0.7  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved js_of_ocaml-compiler.5.8.2, js_of_ocaml-toplevel.5.8.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> retrieved sedlex.3.2  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> installed either.1.0.0
-> installed menhirCST.20240715
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20240715
-> installed sexplib0.v0.16.0
-> installed gen.1.1
-> installed menhirLib.20240715
-> installed ocaml-compiler-libs.v0.12.4
-> installed yojson.2.2.2
-> installed menhir.20240715
-> installed ppxlib.0.33.0
-> installed sedlex.3.2
-> installed js_of_ocaml-compiler.5.8.2
-> installed js_of_ocaml-toplevel.5.8.2
-> installed brr.0.0.7
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-10 22:08.45 ---> saved as "480ce324e1811f0e793c2c0746421ff0185513845296b82a2109fca402ce9fa6"

/src: (copy (src .) (dst /src))
2024-09-10 22:08.47 ---> saved as "8e59849cb35158347daa7130f9e20e7cba99b89b974977d7f93ad142ef60bede"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-09-10 22:08.48 ---> saved as "328df2d8289f1094aa33678729758e0d1eccef45022e3fe6324bf5d291831051"
Job succeeded
2024-09-10 22:08.48: Job succeeded