2025-09-16 10:13.28: New job: test patricoferris/jsoo-code-mirror https://github.com/patricoferris/jsoo-code-mirror.git#refs/heads/main (416b964f7348604a7c4586e350d237632ef1dc2a) (linux-x86_64:debian-13-5.1_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.1@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b 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 416b964f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.1@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b # debian-13-5.1_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.1.3.0 dune.3.20.2 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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-09-16 10:13.28: Using cache hint "patricoferris/jsoo-code-mirror-ocaml/opam:debian-13-ocaml-5.1@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b-debian-13-5.1_opam-2.4-3cc7e6e8bd09ea133cd4b870a52c59d8" 2025-09-16 10:13.28: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.1@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b) (comment debian-13-5.1_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.1.3.0 dune.3.20.2 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-09-16 10:13.28: Waiting for resource in pool OCluster 2025-09-16 13:48.20: Waiting for worker… 2025-09-16 13:53.02: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 416b964 Merge pull request #16 from jonludlam/rework-interface2 (from ocaml/opam:debian-13-ocaml-5.1@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b) Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b' locally docker.io/ocaml/opam@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b: Pulling from ocaml/opam 36e53c434b90: Pulling fs layer 36e53c434b90: Waiting 36e53c434b90: Retrying in 5 seconds 36e53c434b90: Retrying in 4 seconds 36e53c434b90: Retrying in 3 seconds 36e53c434b90: Retrying in 2 seconds 36e53c434b90: Retrying in 1 second 36e53c434b90: Verifying Checksum 36e53c434b90: Download complete 36e53c434b90: Pull complete Digest: sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b Status: Downloaded newer image for ocaml/opam@sha256:757c5fc67757b0ed0f2b5b4414304e93e4f0600c89571de735702aef6b5aeb8b 2025-09-16 13:53.02 ---> using "d36d8eef9b82e0c3cc87084377299111873b438c9c2551fa4004116e26feb223" from cache /: (comment debian-13-5.1_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-16 13:53.02 ---> using "1b0b89aee580f85b2a7b3f689989dbdfd66e20c846f5f49cc9f104d0a19a7cb0" 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.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-09-16 13:53.02 ---> using "d3690546076f882f5a92a1e60163df35fe804c95326f49d9e296466da8d33a50" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.1.1 2.4.1 2025-09-16 13:53.02 ---> using "22c1eefeb8674e925f373a999a8d11e090341c7455e4c2802e73dad8fe693b65" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-16 13:53.02 ---> using "8e9d312f77475e38202fb900d1cd913a3839f972df3f146e51f62d06ae953b90" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..7949ff40d8 master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> 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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-09-16 13:53.02 ---> using "06e5b23600877cc40a14843e84471b022c13e54e9a8fb4e467b17222decafa34" from cache /src: (copy (src code-mirror.opam) (dst ./)) 2025-09-16 13:53.03 ---> saved as "e894b72c70b2100ebb0b45bc97ec8f9869ed0069348173944d6e92ed5eefe950" /src: (run (network host) (shell "opam pin add -yn code-mirror.dev './'")) [NOTE] Package code-mirror does not exist in opam repositories registered in the current switch. [code-mirror.dev] synchronised (file:///src) code-mirror is now pinned to file:///src (version dev) [WARNING] Failed checks on code-mirror package definition from source at file:///src: warning 35: Missing field 'homepage' warning 36: Missing field 'bug-reports' 2025-09-16 13:53.06 ---> saved as "dc5f06535474f7e15dc0883b68ea200c115d3ea268f6b31f30ca1774f81f3a8e" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-16 13:53.07 ---> saved as "4eb3b3d0aebd2a98855aef6312fbd994dbaab7f82d27cbeb7addb0a42db64302" /src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base brr.0.0.8 cmdliner.1.3.0 dune.3.20.2 gen.1.1 js_of_ocaml.6.2.0 js_of_ocaml-compiler.6.2.0 js_of_ocaml-toplevel.6.2.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppxlib.0.36.0 sedlex.3.6 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --depext-only -y code-mirror.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [40.2 kB] - Fetched 131 kB in 0s (522 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-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). 2025-09-16 13:53.27 ---> saved as "231a2b8981a46d243501fdc84259953f0061f7f6b9d13e38553b96ce611c6838" /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 22 packages - install brr 0.0.8 - install cmdliner 1.3.0 - install dune 3.20.2 - install gen 1.1 - install js_of_ocaml 6.2.0 - install js_of_ocaml-compiler 6.2.0 - install js_of_ocaml-toplevel 6.2.0 - install menhir 20250912 - install menhirCST 20250912 - install menhirLib 20250912 - install menhirSdk 20250912 - 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.36.0 - install sedlex 3.6 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved brr.0.0.8 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved gen.1.1 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved dune.3.20.2 (cached) -> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-toplevel.6.2.0 (cached) -> 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) -> retrieved sedlex.3.6 (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.1.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved ppxlib.0.36.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed dune.3.20.2 -> installed ppx_derivers.1.2.1 -> installed menhirCST.20250912 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20250912 -> installed sexplib0.v0.17.0 -> installed gen.1.1 -> installed menhirLib.20250912 -> installed ocaml-compiler-libs.v0.12.4 -> installed yojson.3.0.0 -> installed menhir.20250912 -> installed ppxlib.0.36.0 -> installed sedlex.3.6 -> installed js_of_ocaml-compiler.6.2.0 -> installed js_of_ocaml-toplevel.6.2.0 -> installed brr.0.0.8 -> installed js_of_ocaml.6.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-16 13:57.04 ---> saved as "2046faed6a1e83de3135dc745220906548a5d907075486e1e80b98ff91716462" /src: (copy (src .) (dst /src)) 2025-09-16 13:57.04 ---> saved as "dde3e211bfcd60b0709d14fc53c113a7cd6d84c97dcc00535a9fe815935cdf54" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-16 13:57.06 ---> saved as "05f93df4f7366810572a9c7e98501e5dcdcab20419eafb18550c9952d800562e" Job succeeded 2025-09-16 13:57.06: Job succeeded