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-24.10-5.3_opam-2.3) Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941 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-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941 # ubuntu-24.10-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-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941-ubuntu-24.10-5.3_opam-2.3-69ba49fc0cef4e5f7179ef4a457b5720" 2025-05-10 12:25.59: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941) (comment ubuntu-24.10-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.49: Waiting for worker… 2025-05-10 12:49.24: Got resource from pool OCluster Building on x86-bm-c8.sw.ocaml.org All commits already cached HEAD is now at 0cd3d0a Add markdown support (from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941) Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941' locally docker.io/ocaml/opam@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941: Pulling from ocaml/opam f05667f558c4: Pulling fs layer f05667f558c4: Verifying Checksum f05667f558c4: Download complete f05667f558c4: Pull complete Digest: sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941 Status: Downloaded newer image for ocaml/opam@sha256:0a25304cf4c0aa68b1e67b003574dfd823cf0db0583f5b689fa7519cb6d82941 2025-05-10 12:49.24 ---> using "059ab306d13dde6c096265de48f1244fa252a88f7cda19c990bdf6764d9b1b77" from cache /: (comment ubuntu-24.10-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:49.24 ---> using "8eafc6b0bab597e974d083037a42ed271ed402b8c190bd88df3ecd967438431a" 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:49.24 ---> using "485ff6c642bc23d14e63e49934b6c82edf7b317b00a7e9fbbbae86365a2be086" 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:49.24 ---> using "ab887dbb0cc88d825230f3aa2acf967ca5b314f787b839adf7f8a61ab82a89e1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-05-10 12:49.24 ---> using "d1a8c68961392cfb32df5a5d4ae30de3c6bc539bd6e6c6e197e306d60d88d6ab" 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:49.24 ---> using "53d228355f53b8893ba91bbea9be59271b77b7ecc6685e673fccaaf38baa8cda" from cache /src: (copy (src code-mirror.opam) (dst ./)) 2025-05-10 12:49.24 ---> saved as "340c6e59c7f6fe79758f1ff320281bd335af4b7647b5e2bfb0dfa948ae44be4e" /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:49.28 ---> saved as "535443de206d3950feaf53bfdce9007d0fe52d5caa361f3972cd4bddae8cd222" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-05-10 12:49.28 ---> saved as "c4dd5b47da07d4ac2d8762b72ce395524b0fea78b85cdac92125938b045f0af1" /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 oracular-security InRelease [126 kB] - Get:2 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [238 kB] - Get:3 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [287 kB] - Get:4 http://security.ubuntu.com/ubuntu oracular-security/multiverse amd64 Packages [11.8 kB] - Get:5 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [381 kB] - Hit:6 http://archive.ubuntu.com/ubuntu oracular InRelease - Get:7 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB] - Get:8 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB] - Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [293 kB] - Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [317 kB] - Get:11 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [520 kB] - Fetched 2425 kB in 1s (1844 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:49.53 ---> saved as "39068d92edccd4e5d26e7761bdeda69f8d322a906ee7033933c1ca80d92c45ce" /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 ppx_derivers.1.2.1 -> installed menhirCST.20240715 -> installed stdlib-shims.0.3.0 -> installed menhirSdk.20240715 -> installed menhirLib.20240715 -> installed gen.1.1 -> installed sexplib0.v0.17.0 -> 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:52.52 ---> saved as "ef15eceff86418bf543b497e1deb6b91d8624d373b866cbb0b6da71cb414594c" /src: (copy (src .) (dst /src)) 2025-05-10 12:52.52 ---> saved as "c08ce3fc1f997624bcf0ea0f6b57046109b87094ab89b0180c015943d866c21f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-05-10 12:52.53 ---> saved as "54f7ce868f19af8f844b6309ab088c31cab32794ac4112ace40a22651c83bd58" Job succeeded 2025-05-10 12:52.53: Job succeeded