2025-05-10 12:25.59: New job: test patricoferris/jsoo-code-mirror https://github.com/patricoferris/jsoo-code-mirror.git#refs/heads/main (0cd3d0aa4ca454ece5b59f45a8caadb8e1874151) (linux-x86_64:ubuntu-20.04-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/patricoferris/jsoo-code-mirror.git" -b "main" && cd "jsoo-code-mirror" && git reset --hard 0cd3d0aa
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd
# ubuntu-20.04-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 code-mirror.opam ./
RUN opam pin add -yn code-mirror.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.18.2 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y code-mirror.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-05-10 12:25.59: Using cache hint "patricoferris/jsoo-code-mirror-ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd-ubuntu-20.04-5.3_opam-2.3-69ba49fc0cef4e5f7179ef4a457b5720"
2025-05-10 12:25.59: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd)
(comment ubuntu-20.04-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src code-mirror.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn code-mirror.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.18.2 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y code-mirror.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-05-10 12:25.59: Waiting for resource in pool OCluster
2025-05-10 12:46.50: Waiting for worker…
2025-05-10 12:49.24: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at 0cd3d0a Add markdown support
(from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd)
Unable to find image 'ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd' locally
docker.io/ocaml/opam@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd: Pulling from ocaml/opam
b3873887fa47: Pulling fs layer
b3873887fa47: Verifying Checksum
b3873887fa47: Download complete
b3873887fa47: Pull complete
Digest: sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd
Status: Downloaded newer image for ocaml/opam@sha256:b556a4c047d8b58d6832b1e4d9d72f2e657f9bebfa62f6169aa7f61ae05da6bd
2025-05-10 12:51.57 ---> using "44eca1e621c9d2ae5a7cb226bf9535627e9ad4eb1a4298fb05ee7eee3e942c25" from cache
/: (comment ubuntu-20.04-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-10 12:51.57 ---> using "fa6bcd6b9c901a593f7b9d47c80af8d06da035f3432897bc320e3a051c19bc35" 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 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] Initialised
2025-05-10 12:51.57 ---> using "3ed00003605ea7bf8b9cf301a035a6c9a5062664f670f326408915fcc59a9187" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-05-10 12:51.57 ---> using "62bcf27bafb9be53fe068d3f9224a78a299c16e5d45763b9fbdbf92e9947cc2a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-10 12:51.57 ---> using "18932cafbba93cc50c838b74db5bedd4bef29c1fd0ea06f40b9ce878c25e00c4" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+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.
# To update the current shell environment, run: eval $(opam env)
2025-05-10 12:51.57 ---> using "e1785919f79840771ee20504b1b5a8c17c44fcdb002356e9bc5426a03c025a35" from cache
/src: (copy (src code-mirror.opam) (dst ./))
2025-05-10 12:51.58 ---> saved as "99245be15aea94a6df64cf3bc4d46fecea601dd08a9e68313be27f2b7a3d7c66"
/src: (run (network host)
(shell "opam pin add -yn code-mirror.dev './'"))
Package code-mirror does not exist, create as a NEW package? [y/n] y
[code-mirror.dev] synchronised (file:///src)
[WARNING] Failed checks on code-mirror package definition from source at file:///src:
warning 35: Missing field 'homepage'
warning 36: Missing field 'bug-reports'
code-mirror is now pinned to file:///src (version dev)
2025-05-10 12:52.01 ---> saved as "fb6fd684ba0780308df2a17e36e94d9c7629d4efa4ea6b60c9021cd56bb0cece"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-10 12:52.01 ---> saved as "fb10a3342712e6c39e377c6cddb9cccc33a1ef8e302813b3aaed45ee3eecee2e"
/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.18.2 gen.1.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-toplevel.6.0.1 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.4 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 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.3 --depext-only -y code-mirror.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4724 kB]
- Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [33.1 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1308 kB]
- Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4396 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
- Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1599 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4921 kB]
- Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4883 kB]
- Fetched 22.2 MB in 3s (8662 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[code-mirror.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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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-05-10 12:52.27 ---> saved as "f3218a12d93e43ffc41062ff95261e2e15aa0cb5d3d799c9ffddc52586fbd9ec"
/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 22 packages
- install brr 0.0.7
- install cmdliner 1.3.0
- install dune 3.18.2
- install gen 1.1
- install js_of_ocaml 6.0.1
- install js_of_ocaml-compiler 6.0.1
- install js_of_ocaml-toplevel 6.0.1
- install menhir 20240715
- install menhirCST 20240715
- install menhirLib 20240715
- install menhirSdk 20240715
- install ocaml-compiler-libs v0.17.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install ppx_derivers 1.2.1
- install ppxlib 0.35.0
- install sedlex 3.4
- install seq base
- install sexplib0 v0.17.0
- install stdlib-shims 0.3.0
- install topkg 1.0.8
- install yojson 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved brr.0.0.7 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-toplevel.6.0.1 (cached)
-> retrieved dune.3.18.2 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved seq.base (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sedlex.3.4 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved topkg.1.0.8 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed dune.3.18.2
-> installed menhirCST.20240715
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20240715
-> installed gen.1.1
-> installed sexplib0.v0.17.0
-> installed menhirLib.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.2.2.2
-> installed menhir.20240715
-> installed ppxlib.0.35.0
-> installed sedlex.3.4
-> installed js_of_ocaml-compiler.6.0.1
-> installed js_of_ocaml-toplevel.6.0.1
-> installed brr.0.0.7
-> installed js_of_ocaml.6.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-10 12:55.11 ---> saved as "31691c302a4e31d3e05eb5c4fff72cfba2870342e5db5e6439d12f666fab5a7f"
/src: (copy (src .) (dst /src))
2025-05-10 12:55.11 ---> saved as "0c6c0a98665694421c0f62ff91b59ce631336eb28c024976d19f0627080f3b03"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-05-10 12:55.12 ---> saved as "9b8909b44f56ee205785b2e58ddae1f26dae95353d100be8b3a162ef48723547"
Job succeeded
2025-05-10 12:55.12: Job succeeded