2025-06-17 18:23.38: New job: test patricoferris/jsoo-code-mirror https://github.com/patricoferris/jsoo-code-mirror.git#refs/pull/13/head (45029554a35c7d13b43f644689d1dc62fccf421c) (linux-x86_64:debian-12-4.10_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 Opam project build To reproduce locally: git clone --recursive "https://github.com/patricoferris/jsoo-code-mirror.git" && cd "jsoo-code-mirror" && git fetch origin "refs/pull/13/head" && git reset --hard 45029554 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 # debian-12-4.10_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.19.1 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.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 yojson.3.0.0" 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-06-17 18:23.38: Using cache hint "patricoferris/jsoo-code-mirror-ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17-debian-12-4.10_opam-2.3-1914d5869c08d206f9716b36e258edfe" 2025-06-17 18:23.38: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17) (comment debian-12-4.10_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.19.1 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.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 yojson.3.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.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-06-17 18:23.38: Waiting for resource in pool OCluster 2025-06-17 18:23.46: Waiting for worker… 2025-06-17 18:23.46: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 4502955 Add widget decorations (from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17) Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17' locally docker.io/ocaml/opam@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17: Pulling from ocaml/opam 78ad157e30a7: Already exists ed319ee133bb: Pulling fs layer c53d15f95ae6: Pulling fs layer 04ed5cf53e4f: Pulling fs layer 6cbcbda74859: Pulling fs layer 6cbcbda74859: Waiting 04ed5cf53e4f: Waiting c53d15f95ae6: Verifying Checksum c53d15f95ae6: Download complete 04ed5cf53e4f: Verifying Checksum 04ed5cf53e4f: Download complete 6cbcbda74859: Verifying Checksum 6cbcbda74859: Download complete ed319ee133bb: Verifying Checksum ed319ee133bb: Download complete ed319ee133bb: Pull complete c53d15f95ae6: Pull complete 04ed5cf53e4f: Pull complete 6cbcbda74859: Pull complete Digest: sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 Status: Downloaded newer image for ocaml/opam@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 2025-06-17 18:24.27 ---> saved as "fac8329b29b16afaaebf81a27278ea871f6e7aaade2528ea8d095e17087bbfcd" /: (comment debian-12-4.10_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-06-17 18:24.27 ---> saved as "1e01f9ade7f10db15327e3737256b9ae629aa9538672f93c595bcd2c5606d0c6" /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-06-17 18:24.58 ---> saved as "a0e269b537a97ecd8c2d2bf578729b689696de91cbc38f0993f93a7c478c38a6" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-141-generic The OCaml toplevel, version 4.10.2 2.3.0 2025-06-17 18:24.58 ---> saved as "828a66ec583e2e13910e53b4178889f6a883a12922d1b6d95aa7dddcd82bc24d" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 18:24.58 ---> saved as "01cad0dc64648a2b4a536280a8d3a8c57aec8a090e05ddb10c82aada066d516a" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised 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-06-17 18:25.20 ---> saved as "9341888c6109efd564397ccd29aaebbe1f4346786635957bd73dd7a2b4554488" /src: (copy (src code-mirror.opam) (dst ./)) 2025-06-17 18:25.20 ---> saved as "d179c1463fd59c7ce4a90f6ee77875cb7fb77533b2dfef9ee66b91384f3a44f9" /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-06-17 18:25.22 ---> saved as "182208f04c61ea874cf2c74218af9ff51740cfd07199beebdfb0e8f68412b44d" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 18:25.22 ---> saved as "cfe7df04d0df4802bf2a7a48172a26cd19127e216b313992dfa55c066f4d4ca7" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base brr.0.0.7 cmdliner.1.3.0 dune.3.19.1 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.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.35.0 sedlex.3.6 seq.base sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.8 yojson.3.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.3 --depext-only -y code-mirror.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 [263 kB] - Fetched 366 kB in 0s (1187 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [code-mirror.dev] synchronised (file:///src) [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). 2025-06-17 18:25.38 ---> saved as "d4cf3f995e701e3df4e4b2607f62132ca8431cd936a00b9a2d85bfbcae5bd325" /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.19.1 - 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.12.4 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppxlib 0.35.0 - install sedlex 3.6 - install seq base - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved dune.3.19.1 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved brr.0.0.7 (https://opam.ocaml.org/cache) -> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-toplevel.6.0.1 (https://opam.ocaml.org/cache) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved seq.base (cached) -> installed cmdliner.1.3.0 -> installed seq.base -> retrieved sedlex.3.6 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved ppxlib.0.35.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed dune.3.19.1 -> installed ppx_derivers.1.2.1 -> installed menhirCST.20240715 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20240715 -> installed sexplib0.v0.16.0 -> installed menhirLib.20240715 -> installed gen.1.1 -> installed ocaml-compiler-libs.v0.12.4 -> installed yojson.3.0.0 -> installed menhir.20240715 -> installed ppxlib.0.35.0 -> installed sedlex.3.6 -> 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-06-17 18:29.12 ---> saved as "6fd1e40e414dc25c1c344582f01da2d516d67fd831956fcb910b7fdc91f1cd65" /src: (copy (src .) (dst /src)) 2025-06-17 18:29.12 ---> saved as "48fa8cc34f08aaf418d94bb190080bfbb8ac5a64550769f430d01577f518ac92" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-06-17 18:29.12 ---> saved as "929ed1ad3b94fa3f6d4b8075660cbf4c0a3845fa37e1b034796e85d801aaf584" Job succeeded 2025-06-17 18:29.36: Job succeeded