Organisationspatricoferrisjsoo-code-mirror416b96 (main)opensuse-15.6-4.14_opam-2.4

opensuse-15.6-4.14_opam-2.4

Link Copied
Code Copied

Logs

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:opensuse-15.6-4.14_opam-2.4)
Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
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:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
# opensuse-15.6-4.14_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-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.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.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:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd-opensuse-15.6-4.14_opam-2.4-91720334676695ef48822635116925fb"
2025-09-16 10:13.28: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)
(comment opensuse-15.6-4.14_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-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.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.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.17: Waiting for worker…
2025-09-16 13:52.53: 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:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd' locally
docker.io/ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd: Pulling from ocaml/opam
00b1d65d02fb: Already exists
Digest: sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
Status: Downloaded newer image for ocaml/opam@sha256:b4bb16d7f649620139eb3e1236ff6ffddfdf8dcc5a5e9e7dd94c90bed8720fbd
2025-09-16 13:52.54 ---> using "1a99a4fa2b22a5ddfdc055ef8b0a89929fb705f376c98cfd746d241bec785819" from cache


/: (comment opensuse-15.6-4.14_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:52.54 ---> using "1293171ff685d91b0f5dc4fa5f962fccde85a94a85de976b087d856432f07457" 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:52.54 ---> using "31781b9568029bbbf85cb18f103b72b67aa5e7fdc365220bcbe1ddd22e43a4fc" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-09-16 13:52.54 ---> using "35db6a2970114995ffd848de592176c95ef1af46640c7a7cb8ad76a972ac62b5" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-16 13:52.54 ---> using "d2a2c4e333aefc86c9246be6a0a8ba2c4e1d8c12f01857609904cf1f121bc789" 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
ee24528071..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:52.54 ---> using "ea8c256d687aaad86431399a9e99e24f62d0d6d17e0a8884d2267fbb0854e689" from cache


/src: (copy (src code-mirror.opam) (dst ./))
2025-09-16 13:52.54 ---> saved as "05cf7d1bf7d2fa4aa1554480b22bc0fb326bd9e1fcb00d4193168b46d45f0ce8"


/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:52.56 ---> saved as "c3527fa2152be8b1cef5b1616ce0e55e08a8a79b38fb20cd51719fd6ce1a4f34"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 13:52.56 ---> saved as "98b5b64a155c592e56731b0ffd1f7f04a5bfdf322f1200c9f40e9df1faeefabe"


/src: (env DEPS "base-bigarray.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.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.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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- .
- ........
- .....done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- 
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .........
- ..........
- ..........
- .........
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .......
- .......done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- .......
- ...done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
-   gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- ..
- ........done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- 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-09-16 13:54.16 ---> saved as "1170c0b7d6805281817d0018425c4375d32eaba99e84d5a7dace5ac6160860d4"


/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.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 gen.1.1
-> installed sexplib0.v0.17.0
-> 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.38 ---> saved as "452970bd4701481771e6a8d21f4365c197293cb10f372ce5efddfe6ba3c2c198"


/src: (copy (src .) (dst /src))
2025-09-16 13:57.38 ---> saved as "241e7a67d2ba2165ba0e8ead700ed0151c04728a753da273ccd2ccf092a697ac"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-16 13:57.39 ---> saved as "22854df772c9d4febdf056a569967ce4332d460ce660965a2ff261d11bc5ca77"
Job succeeded
2025-09-16 13:57.39: Job succeeded