Organisationsjoelburgetmonaco-ocamlb30eb6 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-04-10 16:13.19: New job: test joelburget/monaco-ocaml https://github.com/joelburget/monaco-ocaml.git#refs/heads/main (b30eb6ff95294a8886dc9eda78ae4f8aa19b9e2d) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
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@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480
# debian-12-4.08_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 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && 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-bytes.base base-threads.base base-unix.base biniou.1.2.0 brr.0.0.1 cmdliner.0.9.4 conf-m4.1 conf-which.1 cppo.1.6.1 dune.2.8.0 easy-format.1.0.1 either.1.0.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.7.1 js_of_ocaml-compiler.3.7.1 js_of_ocaml-ppx.3.7.1 js_of_ocaml-toplevel.3.7.1 menhir.20160303 note.0.0.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.3 result.1.0 topkg.0.9.0 uchar.0.0.2 yojson.1.5.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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-04-10 16:13.19: Using cache hint "joelburget/monaco-ocaml-ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480-debian-12-4.08_opam-2.1-a115115b9db89af950006af9d041d9d7"
2024-04-10 16:13.19: Using OBuilder spec:
((from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
 (comment debian-12-4.08_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 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && 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-bytes.base base-threads.base base-unix.base biniou.1.2.0 brr.0.0.1 cmdliner.0.9.4 conf-m4.1 conf-which.1 cppo.1.6.1 dune.2.8.0 easy-format.1.0.1 either.1.0.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.7.1 js_of_ocaml-compiler.3.7.1 js_of_ocaml-ppx.3.7.1 js_of_ocaml-toplevel.3.7.1 menhir.20160303 note.0.0.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.3 result.1.0 topkg.0.9.0 uchar.0.0.2 yojson.1.5.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 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-04-10 16:13.19: Waiting for resource in pool OCluster
2024-04-10 18:36.47: Waiting for worker…
2024-04-10 18:39.16: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
HEAD is now at b30eb6f Add ISC license.


(from ocaml/opam@sha256:e30e92a245a5f284471a3437bd6b19ebfb9ae067e380416fd178b1f6c2290480)
2024-04-10 18:39.17 ---> using "ca7a47bb337547622343e1e691b0c92596d0990b9ed28342fd47c7204c2b0a74" from cache


/: (comment debian-12-4.08_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-04-10 18:39.17 ---> using "9362e111b0c9aa6dec1dc253e7435efd8f1ac8f2d7d6e66c10d24bc4c57ad605" from cache


/src: (run (shell "opam init --reinit -ni"))
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.


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.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-10 18:39.17 ---> using "d9b0dd4261d4b45d1d45fcc185429e91e6b23305997b0ad336885eac0d3204ff" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-04-10 18:39.17 ---> using "6d08f9350fb9ef3e5cae7793dcb5f2ac075cfe0fc789bf328cd7ac0338e3980e" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-10 18:39.17 ---> using "44438eb632bedbdf12ad26788b4a274ef117e2313c1b08772cdb3a6d8d921790" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 58906d6837efc7562b4259f5bd6ad130e46ca207 || git fetch origin master) && git reset -q --hard 58906d6837efc7562b4259f5bd6ad130e46ca207 && git log --no-decorate -n1 --oneline && opam update -u"))
58906d6837 conf-m4: add FreeBSD comment


<><> 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-04-10 18:39.17 ---> using "54c242ab23012f41cfac219972fca7342aed94c33235e6af1a8b93016fcf5cd4" from cache


/src: (copy (src require.opam monarch.opam monaco.opam) (dst ./))
2024-04-10 18:39.17 ---> saved as "ed8d4ce7e55e0f922828fa330fa9fcbbe3cc2467df64ed63b76c1613d0e75e16"


/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-04-10 18:39.23 ---> saved as "f134742f6bf5318172bc148822c4caa9198b74a487d92a52cbee1bf6e112faad"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 brr.0.0.1 cmdliner.0.9.4 conf-m4.1 conf-which.1 cppo.1.6.1 dune.2.8.0 easy-format.1.0.1 either.1.0.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.7.1 js_of_ocaml-compiler.3.7.1 js_of_ocaml-ppx.3.7.1 js_of_ocaml-toplevel.3.7.1 menhir.20160303 note.0.0.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-migrate-parsetree.1.4.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_derivers.1.0 ppx_tools_versioned.5.2.3 result.1.0 topkg.0.9.0 uchar.0.0.2 yojson.1.5.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 require.dev monarch.dev monaco.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 [150 kB]
- Fetched 253 kB in 0s (1064 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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).


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


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


2024-04-10 18:39.43 ---> saved as "b3232de270e9e7f1f090f2e60002e3596cfd9eb0227d1ce6576b2a7ef8ef737d"


/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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install dune                    2.8.0
  - install conf-m4                 1
  - install jbuilder                1.0+beta20.1
  - install result                  1.0
  - install conf-which              1
  - install ocamlbuild              0.14.0
  - install either                  1.0.0
  - install ocamlfind               1.8.0
  - install ppx_derivers            1.0
  - install uchar                   0.0.2
  - install topkg                   0.9.0
  - install menhir                  20160303
  - install easy-format             1.0.1
  - install cmdliner                0.9.4
  - install base-bytes              base
  - install ocaml-migrate-parsetree 1.4.0
  - install note                    0.0.1
  - install biniou                  1.2.0
  - install cppo                    1.6.1
  - install ppx_tools_versioned     5.2.3
  - install yojson                  1.5.0
  - install js_of_ocaml-compiler    3.7.1
  - install js_of_ocaml             3.7.1
  - install js_of_ocaml-ppx         3.7.1
  - install js_of_ocaml-toplevel    3.7.1
  - install brr                     0.0.1
===== 26 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved biniou.1.2.0  (cached)
-> retrieved brr.0.0.1  (cached)
-> retrieved cmdliner.0.9.4  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-which.1
-> retrieved easy-format.1.0.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.8.0  (cached)
-> retrieved js_of_ocaml.3.7.1  (cached)
-> retrieved js_of_ocaml-compiler.3.7.1  (cached)
-> retrieved js_of_ocaml-ppx.3.7.1  (cached)
-> retrieved menhir.20160303  (cached)
-> retrieved note.0.0.1  (https://erratique.ch/software/note/releases/note-0.0.1.tbz)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved js_of_ocaml-toplevel.3.7.1  (cached)
-> retrieved ocaml-migrate-parsetree.1.4.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_tools_versioned.5.2.3  (cached)
-> retrieved result.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved yojson.1.5.0  (cached)
-> installed result.1.0
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed cmdliner.0.9.4
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed topkg.0.9.0
-> installed dune.2.8.0
-> installed either.1.0.0
-> installed note.0.0.1
-> installed yojson.1.5.0
-> installed ocaml-migrate-parsetree.1.4.0
-> installed ppx_tools_versioned.5.2.3
-> installed menhir.20160303
-> installed js_of_ocaml-compiler.3.7.1
-> installed js_of_ocaml.3.7.1
-> installed js_of_ocaml-ppx.3.7.1
-> installed js_of_ocaml-toplevel.3.7.1
-> installed brr.0.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-10 18:41.24 ---> saved as "6a1ab6e0fe7c4eb8e97078554cf2fc7de898da6aead475b5d02b2168228b900b"


/src: (copy (src .) (dst /src))
2024-04-10 18:41.26 ---> saved as "8da2f43ec4499868679e2ef5ed541950d4793cae2d0bda41ab5433deda31c5e3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-10 18:41.27 ---> saved as "777d589138aa068450cdff322543bb57f976f907b2c16565c2b9c3a7618944b9"
Job succeeded
2024-04-10 18:41.27: Job succeeded