2025-06-17 18:29.26: New job: test patricoferris/jsoo-code-mirror https://github.com/patricoferris/jsoo-code-mirror.git#refs/pull/13/head (45029554a35c7d13b43f644689d1dc62fccf421c) (linux-x86_64:opensuse-15.6-4.14_opam-2.3)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514
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:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514
# opensuse-15.6-4.14_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.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.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.17.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:29.26: Using cache hint "patricoferris/jsoo-code-mirror-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514-opensuse-15.6-4.14_opam-2.3-b38a9acc67e53548324d7baa909ea324"
2025-06-17 18:29.26: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514)
(comment opensuse-15.6-4.14_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.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.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.17.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:29.26: Waiting for resource in pool OCluster
2025-06-17 20:57.37: Waiting for worker…
2025-06-17 21:01.16: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 4502955 Add widget decorations
(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:426f09cee108ecfbe56ad2cb6ab397290a5bb96f4d171d7c223958bd200ba514)
2025-06-17 21:01.16 ---> using "4a6fdc936af901a9f89c53eac736863712182b22bf00eb1f2f91749b3b4fb635" from cache
/: (comment opensuse-15.6-4.14_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 21:01.16 ---> using "4c300f703eb6b72998a7a749b253aa4744f7f99c794840231dd85d48efe7ca70" 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.
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-17 21:01.16 ---> using "5027001e609d3036b16bc554af07cf799a1d5ff69beb9bbf7fbc4d01a80ef8bd" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-06-17 21:01.16 ---> using "6c9720425dc8efa9ac96fe70e7855459125f210e0162dc8427c6ce1df9975a74" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-17 21:01.16 ---> using "9cf2c360dcb9a5dca580f7a61e2ee5775f8408ce7fe0237ece8ea229231f4c30" from cache
/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 21:01.16 ---> using "93a69ee437f6a3aec65461c23d5003b7d4f55840c2338cb19510a70206a84349" from cache
/src: (copy (src code-mirror.opam) (dst ./))
2025-06-17 21:01.16 ---> using "694f164068f6d922a28e836e52ce2da3632b0f63a790da224833b574fa00a44a" from cache
/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 21:01.21 ---> saved as "5b70d3ffe87362d7a2f41f8c0f7d7974451cb075409e2105bfd436750977d663"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-17 21:01.21 ---> saved as "23752b89f199baece21b6251e53eacc5e5661f0ecc4e4fd1c4fee59a3db36aa4"
/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.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.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.17.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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [...
- .........
- .done]
- Building repository 'Update repository of openSUSE Backports' cache [....done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- ......
- .........
- .........
- .......
- .........
- ........
- .........
- ........
- ......
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- .......
- .......
- .......
- ........
- ........
- .......
- .......
- ........
- ........
- ........
- .......
- .........
- .......
- .......
- ........
- .........
- ........
- .........
- ........
- .......
- ........
- .......
- .........
- ........
- ........
- .......
- .........
- ......
- ........
- ........
- ........
- .......
- ........
- .........
- ......
- ........
- ........
- .........
- ........
- ........
- ........
- ........
- ........
- ........
- .........
- ......
- .......
- .........
- .......
- .......
- .......
- ........
- ........
- ........
- .........
- ........
- ........
- .........
- ........
- ..........
- ........
- .......
- ........
- .........
- ........
- .........
- .........
- .......
- ........
- ........
- .......
- .........
- ........
- ........
- ........
- .......
- .........
- .......
- ........
- ..........
- ........
- .........
- ........
- .......
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- ..........
- .........
- .........
- .........
- ..........
- ..........
- ..........
- .........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- ..........
- .........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ..........
- ........
- ........
- ........
- ........
- .........
- .........
- ..........
- ........
- .........
- ..........
- .........
- .........
- ..........
- .........
- .........
- .........
- ........
- ..........
- .........
- ........
- .........
- .........
- ........
- .......
- .......
- ........
- ........
- .........
- .........
- ........
- .........
- .........
- .......
- .........
- ........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ..........
- ........
- .........
- ........
- ........
- .........
- .........
- .........
- .........
- ..........
- .........
- .........
- ..........
- .........
- ........
- ..........
- .........
- .........
- .........
- .........
- .......
- ........
- .........
- ..........
- .........
- ..........
- ........
- .........
- .......
- .........
- .........
- ..........
- .........
- .........
- .........
- ........
- ..........
- ........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .......
- ..........
- ..........
- ..........
- .........
- ..........
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
<><> 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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 21:06.46 ---> saved as "80cc8610d70779f01b47567f86506fcd16c06eeae231cd2480cfacd57abcfda5"
/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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.17.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 brr.0.0.7 (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (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.19.1 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved seq.base (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sedlex.3.6 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved yojson.3.0.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.17.0
-> installed gen.1.1
-> installed menhirLib.20240715
-> 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 21:10.21 ---> saved as "29a81a0a6b5d24d11d1c2e7d4250ac979c76cae417e0d3eeedc6556532eca3b7"
/src: (copy (src .) (dst /src))
2025-06-17 21:10.22 ---> saved as "42a870011e43bed2bb117bf881e589843e79bd8310b82150bd9a04a1c6978118"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-06-17 21:10.24 ---> saved as "ad8e4433644ce2ca6568d9a6cf147d27b05f8cd3d76453c7899ff984ca4498f9"
Job succeeded
2025-06-17 21:10.24: Job succeeded