Organisationsocaml-opamocaml-mccsa7d839 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-10-15 10:12.57: New job: test ocaml-opam/ocaml-mccs https://github.com/ocaml-opam/ocaml-mccs.git#refs/heads/master (a7d839cb67e2c4088d5ac58e6e2130174dca5139) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-opam/ocaml-mccs.git" -b "master" && cd "ocaml-mccs" && git reset --hard a7d839cb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
# debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mccs.opam ./
RUN opam pin add -yn mccs.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp4.4.08+1 conf-c++.1.0 conf-m4.1 cppo.1.6.1 cudf.0.7 dune.1.6.3 extlib.1.7.0 jbuilder.transition ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mccs.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-10-15 10:12.57: Using cache hint "ocaml-opam/ocaml-mccs-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-42d9f10160b34368cbd2f9c4e4fb620c"
2025-10-15 10:12.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)
(comment debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src mccs.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn mccs.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp4.4.08+1 conf-c++.1.0 conf-m4.1 cppo.1.6.1 cudf.0.7 dune.1.6.3 extlib.1.7.0 jbuilder.transition ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.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 mccs.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-10-15 10:12.57: Waiting for resource in pool OCluster
2025-10-15 10:38.30: Waiting for worker…
2025-10-15 10:40.17: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at a7d839c Version 1.1+19


(from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locally
docker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opam
cae3b572364a: Already exists
820d433882fc: Already exists
8f6112f72fa5: Already exists
f06108004adb: Already exists
f34ea90e6bf7: Already exists
b44a65709156: Already exists
4c25908bbac9: Already exists
f76df728146d: Already exists
1fee769dfcf3: Already exists
9089a7f69af3: Already exists
6f758b47b2a0: Already exists
16b225bbb395: Already exists
abbf3ec39b68: Already exists
1a61521655a9: Already exists
6a8565a9e443: Already exists
c059a4cbd7b9: Already exists
3a00fdc9e291: Already exists
a0b62589bd38: Already exists
6e8d713bf843: Already exists
bca1fd5341ba: Already exists
34b9849c2772: Already exists
4f4fb700ef54: Already exists
d8d3d0744e38: Already exists
788c7ce0e0e5: Already exists
a297eab0ca3b: Already exists
2e79af39acdb: Already exists
8858e600236c: Already exists
9efe23d1fe7d: Already exists
47d185934312: Already exists
64a949a6caff: Already exists
c9d6a7c18bb1: Already exists
e4fde4815f0c: Already exists
d1f759c16950: Already exists
f3dd45bf195f: Already exists
3985a6049101: Already exists
aae849592418: Already exists
6173459dc6b2: Already exists
7f16ef63bee0: Already exists
fe355de6a899: Already exists
b0bc5a15bc9d: Already exists
0ba06c753f01: Pulling fs layer
f7e4070f86bb: Pulling fs layer
a16d954bd2d3: Pulling fs layer
6583f21da642: Pulling fs layer
6583f21da642: Waiting
f7e4070f86bb: Verifying Checksum
f7e4070f86bb: Download complete
a16d954bd2d3: Verifying Checksum
a16d954bd2d3: Download complete
6583f21da642: Verifying Checksum
6583f21da642: Download complete
0ba06c753f01: Verifying Checksum
0ba06c753f01: Download complete
0ba06c753f01: Pull complete
f7e4070f86bb: Pull complete
a16d954bd2d3: Pull complete
6583f21da642: Pull complete
Digest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
Status: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f
2025-10-15 10:40.18 ---> using "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e" from cache


/: (comment debian-13-4.08_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-10-15 10:40.18 ---> using "7134e21d81f07b88d496fc7d9fd04fcb845e713e71c7127239ae60f709c1f819" 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-10-15 10:40.18 ---> using "0de99fe1fc7db47f0d213e483cd4c74c50dc88c047d676e7b3e663d490603d03" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.08.1
2.4.1
2025-10-15 10:40.18 ---> using "7f5b4185ab939079de06e4b6702889016fe9034c4b93a6a5f33c92159947d2e0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-15 10:40.18 ---> using "644bc905a4b4c723467d7709d79c77aaef4ff740a5c0ccc468070bae516b8a06" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819


<><> 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-10-15 10:40.18 ---> using "4c5845893e29388673c6da2c06864e978f9f9cfc58012c7dc97ee8a9c9b15f35" from cache


/src: (copy (src mccs.opam) (dst ./))
2025-10-15 10:40.18 ---> saved as "a43dc1e13e4302f603b83045172762c09dc507eddbcca4024d1a96c1a7862191"


/src: (run (network host)
(shell "opam pin add -yn mccs.dev './'"))
[mccs.dev] synchronised (file:///src)
mccs is now pinned to file:///src (version dev)
2025-10-15 10:40.20 ---> saved as "97730b7b86017f50d0bf7ef19159d54e4dcbaea3bc569032ea257060d406d49a"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 10:40.20 ---> saved as "927ac12a714acf1952ba51b2515805d88fc31a3e89a57270cd3809a159d2556e"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base camlp4.4.08+1 conf-c++.1.0 conf-m4.1 cppo.1.6.1 cudf.0.7 dune.1.6.3 extlib.1.7.0 jbuilder.transition ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.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 mccs.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 [53.8 kB]
- Fetched 145 kB in 0s (1451 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mccs.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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
m4


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20622 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Setting up m4 (1.4.19-8) ...
2025-10-15 10:40.37 ---> saved as "791e4b3f5a50ac6d60e00c152eb188fc5b1dd475204991828fe8f1cf8559b689"


/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.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 11 packages
- install base-bytes base
- install camlp4     4.08+1
- install conf-c++   1.0
- install conf-m4    1
- install cppo       1.6.1
- install cudf       0.7
- install dune       1.6.3
- install extlib     1.7.0
- install jbuilder   transition (deprecated)
- install ocamlbuild 0.14.0
- install ocamlfind  1.8.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp4.4.08+1  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-c++.1.0
-> installed conf-m4.1
-> retrieved extlib.1.7.0  (cached)
-> retrieved cudf.0.7  (https://opam.ocaml.org/cache)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved dune.1.6.3  (cached)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed dune.1.6.3
-> installed jbuilder.transition
-> installed cppo.1.6.1
-> installed extlib.1.7.0
-> installed camlp4.4.08+1
-> installed cudf.0.7
Done.


<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 10:44.06 ---> saved as "38e9eae580a6beb138f185caf7dc1ab6620a2660cdf0dc84cfb4c32b2f5d2be7"


/src: (copy (src .) (dst /src))
2025-10-15 10:44.07 ---> saved as "be8ccfef5de8b4e610d3e835734b2b71e03949d7e59f72ef4c458cafe25c70d3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
sh alias test/runtest (exit 1)
(cd _build/default/test && /usr/bin/sh -c 'diff test-glpk.result test.glpk.reference')
6,9c6,9
< package: owee
< version: 2
< depends: ocamlfind
< conflicts: owee
---
> package: ppx.ast
> version: 3
> depends: jbuilder >= 2 , ocaml.compiler.libs >= 1 , ocaml.compiler.libs < 3 , ocaml.migrate.parsetree >= 6
> conflicts: ppx.ast
16,17c16,17
< opam-version: 0.2
< opam-name: owee
---
> opam-version: v0.9.2
> opam-name: ppx_ast
19,22c19,22
< package: ppx.sexp.conv
< version: 14
< depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15 , ppx.driver >= 13 , ppx.driver < 17 , ppx.metaquot >= 1 , ppx.metaquot < 3 , ppx.type.conv >= 12 , ppx.type.conv < 15 , sexplib >= 51 , sexplib < 55 , ocaml.migrate.parsetree >= 1
< conflicts: ppx.sexp.conv
---
> package: cppo.ocamlbuild
> version: 1
> depends: jbuilder >= 10 , ocamlbuild , cppo >= 15
> conflicts: cppo.ocamlbuild
24d23
< was-installed: true
28a28,39
> opam-version: 1.6.0
> opam-name: cppo_ocamlbuild
>
> package: ppx.type.conv
> version: 13
> depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15 , ppx.driver >= 13 , ppx.driver < 17 , ppx.metaquot >= 1 , ppx.metaquot < 3 , ocaml.migrate.parsetree >= 1
> conflicts: ppx.type.conv , ppx.deriving < 10
> installed: true
> was-installed: true
> pinned: false
> installed-root: false
> reinstall: false
30c41,42
< opam-name: ppx_sexp_conv
---
> opam-name: ppx_type_conv
> version-lag: 1
32,35c44,47
< package: ocaml.migrate.parsetree
< version: 7
< depends: result , ocamlfind , jbuilder >= 10
< conflicts: ocaml.migrate.parsetree
---
> package: camomile
> version: 4
> depends: jbuilder >= 7 , cppo , base.bytes
> conflicts: camomile
42,43c54,55
< opam-version: 1.0.7
< opam-name: ocaml-migrate-parsetree
---
> opam-version: 0.8.7
> opam-name: camomile
45,47c57,60
< package: conf.m4
< version: 1
< conflicts: conf.m4
---
> package: magic.mime
> version: 4
> depends: jbuilder >= 9
> conflicts: magic.mime
54,55c67,68
< opam-version: 1
< opam-name: conf-m4
---
> opam-version: 1.1.0
> opam-name: magic-mime
57c70
< package: astring
---
> package: owee
59,60c72,73
< depends: ocamlfind , ocamlbuild , topkg
< conflicts: astring
---
> depends: ocamlfind
> conflicts: owee
67,68c80,81
< opam-version: 0.8.3
< opam-name: astring
---
> opam-version: 0.2
> opam-name: owee
70,73c83,86
< package: lwt
< version: 23
< depends: cppo >= 4 , jbuilder >= 10 , ocamlfind >= 9 , ocaml.migrate.parsetree , ppx.tools.versioned , result , base.unix , base.threads
< conflicts: lwt
---
> package: topkg
> version: 12
> depends: ocamlfind >= 17 , ocamlbuild , result
> conflicts: topkg
80,81c93,94
< opam-version: 3.1.0
< opam-name: lwt
---
> opam-version: 0.9.1
> opam-name: topkg
83,86c96,99
< package: ocaml.compiler.libs
< version: 2
< depends: jbuilder >= 4
< conflicts: ocaml.compiler.libs
---
> package: fieldslib
> version: 26
> depends: base >= 1 , base < 6 , jbuilder >= 4 , ppx.driver >= 13 , ppx.driver < 17 , ocaml.migrate.parsetree >= 1
> conflicts: fieldslib
94c107
< opam-name: ocaml-compiler-libs
---
> opam-name: fieldslib
96c109
< package: ppx.tools.versioned
---
> package: base64
98,99c111,112
< depends: ocamlfind >= 9 , ocaml.migrate.parsetree >= 3
< conflicts: ppx.tools.versioned
---
> depends: base.bytes , jbuilder >= 10
> conflicts: base64
106,107c119,120
< opam-version: 5.0.1
< opam-name: ppx_tools_versioned
---
> opam-version: 2.2.0
> opam-name: base64
109,112c122,125
< package: easy.format
< version: 5
< depends: jbuilder
< conflicts: easy.format
---
> package: base.bytes
> version: 1
> depends: ocamlfind >= 12
> conflicts: base.bytes
119,120c132,133
< opam-version: 1.3.0
< opam-name: easy-format
---
> opam-version: base
> opam-name: base-bytes
122,125c135,138
< package: uutf
< version: 3
< depends: ocamlfind , ocamlbuild , topkg , uchar , cmdliner
< conflicts: uutf , cmdliner < 6
---
> package: conduit
> version: 32
> depends: ocamlfind , ocamlbuild , ppx.driver , ppx.deriving , ppx.optcomp >= 3 , ppx.sexp.conv , sexplib , stringext , uri , result , logs >= 2 , ipaddr >= 10 , lwt
> conflicts: conduit , lwt < 20 , async.ssl < 5 , async < 52 , mirage.flow.lwt < 2 , mirage.types.lwt < 13 , dns < 26 , tls < 6 , vchan < 11 , nocrypto < 6
127,128d139
< was-installed: true
< version-lag: 0
132,133c143,145
< opam-version: 1.0.1
< opam-name: uutf
---
> opam-version: 0.15.4
> opam-name: conduit
> version-lag: 1
135c147
< package: ppx.metaquot
---
> package: ppx.traverse.builtins
137,138c149,150
< depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15 , ppx.driver >= 13 , ppx.driver < 17 , ppx.traverse.builtins >= 1 , ppx.traverse.builtins < 3 , ocaml.migrate.parsetree >= 1
< conflicts: ppx.metaquot
---
> depends: jbuilder >= 4
> conflicts: ppx.traverse.builtins
146c158
< opam-name: ppx_metaquot
---
> opam-name: ppx_traverse_builtins
148,151c160,163
< package: zed
< version: 5
< depends: jbuilder >= 9 , base.bytes , camomile >= 1 , react
< conflicts: zed
---
> package: ppx.core
> version: 13
> depends: base >= 5 , base < 6 , jbuilder >= 2 , ocaml.compiler.libs >= 1 , ocaml.compiler.libs < 3 , ppx.ast >= 3 , ppx.ast < 4 , ppx.traverse.builtins >= 1 , ppx.traverse.builtins < 3 , stdio >= 3 , stdio < 4
> conflicts: ppx.core
154d165
< version-lag: 0
158,159c169,171
< opam-version: 1.6
< opam-name: zed
---
> opam-version: v0.9.2
> opam-name: ppx_core
> version-lag: 1
161,164c173,175
< package: stdio
< version: 3
< depends: base >= 5 , base < 6 , jbuilder >= 2
< conflicts: stdio
---
> package: base.unix
> version: 1
> conflicts: base.unix
166a178
> keep: version
169d180
< installed-root: false
171,172c182,184
< opam-version: v0.9.1
< opam-name: stdio
---
> opam-version: base
> opam-name: base-unix
> installed-root: true
174,177c186,189
< package: cmdliner
< version: 12
< depends: ocamlfind , ocamlbuild , topkg , result
< conflicts: cmdliner
---
> package: cohttp
> version: 47
> depends: base.bytes , ocamlfind , ocamlbuild , cmdliner >= 4 , re , uri >= 19 , fieldslib , sexplib , conduit >= 22 , conduit < 34 , ppx.fields.conv , ppx.deriving , ppx.sexp.conv , stringext , base64 >= 3 , magic.mime , fmt , logs , lwt
> conflicts: cohttp , async < 52 , lwt < 16 , js.of.ocaml < 13 , js.of.ocaml >= 17
179,180d190
< was-installed: true
< version-lag: 0
184,185c194,196
< opam-version: 1.0.2
< opam-name: cmdliner
---
> opam-version: 0.22.0
> opam-name: cohttp
> version-lag: 1
187,190c198,201
< package: topkg
< version: 12
< depends: ocamlfind >= 17 , ocamlbuild , result
< conflicts: topkg
---
> package: raw.spacetime
> version: 1
> depends: ocamlfind >= 20
> conflicts: raw.spacetime
197,198c208,209
< opam-version: 0.9.1
< opam-name: topkg
---
> opam-version: base
> opam-name: raw_spacetime
200,203c211,214
< package: stringext
< version: 11
< depends: jbuilder >= 10 , base.bytes
< conflicts: stringext
---
> package: ppx.optcomp
> version: 12
> depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15
> conflicts: ppx.optcomp
210,211c221,222
< opam-version: 1.5.0
< opam-name: stringext
---
> opam-version: v0.9.0
> opam-name: ppx_optcomp
213,216c224,227
< package: ppx.derivers
< version: 1
< depends: jbuilder >= 7
< conflicts: ppx.derivers
---
> package: ppx.sexp.conv
> version: 14
> depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15 , ppx.driver >= 13 , ppx.driver < 17 , ppx.metaquot >= 1 , ppx.metaquot < 3 , ppx.type.conv >= 12 , ppx.type.conv < 15 , sexplib >= 51 , sexplib < 55 , ocaml.migrate.parsetree >= 1
> conflicts: ppx.sexp.conv
217a229
> was-installed: true
222,223c234,235
< opam-version: 1.0
< opam-name: ppx_derivers
---
> opam-version: v0.9.0
> opam-name: ppx_sexp_conv
225,228c237,240
< package: logs
< version: 4
< depends: ocamlfind , ocamlbuild , topkg , result , lwt , cmdliner , fmt
< conflicts: logs , cmdliner < 8
---
> package: jsonm
> version: 3
> depends: ocamlfind , ocamlbuild , topkg , uchar , uutf >= 2
> conflicts: jsonm
235,236c247,248
< opam-version: 0.6.2
< opam-name: logs
---
> opam-version: 1.0.1
> opam-name: jsonm
238,241c250,253
< package: conduit
< version: 32
< depends: ocamlfind , ocamlbuild , ppx.driver , ppx.deriving , ppx.optcomp >= 3 , ppx.sexp.conv , sexplib , stringext , uri , result , logs >= 2 , ipaddr >= 10 , lwt
< conflicts: conduit , lwt < 20 , async.ssl < 5 , async < 52 , mirage.flow.lwt < 2 , mirage.types.lwt < 13 , dns < 26 , tls < 6 , vchan < 11 , nocrypto < 6
---
> package: ppx.driver
> version: 16
> depends: jbuilder >= 7 , ppx.core >= 13 , ppx.core < 15 , ppx.optcomp >= 11 , ppx.optcomp < 13 , ocaml.migrate.parsetree >= 4 , ocamlbuild
> conflicts: ppx.driver
242a255,256
> was-installed: true
> version-lag: 0
246,248c260,261
< opam-version: 0.15.4
< opam-name: conduit
< version-lag: 1
---
> opam-version: v0.9.2
> opam-name: ppx_driver
263c276
< package: react
---
> package: ppx.metaquot
265,266c278,279
< depends: ocamlfind , ocamlbuild , topkg >= 11
< conflicts: react
---
> depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15 , ppx.driver >= 13 , ppx.driver < 17 , ppx.traverse.builtins >= 1 , ppx.traverse.builtins < 3 , ocaml.migrate.parsetree >= 1
> conflicts: ppx.metaquot
273,274c286,287
< opam-version: 1.2.1
< opam-name: react
---
> opam-version: v0.9.0
> opam-name: ppx_metaquot
276,279c289,292
< package: ocamlfind
< version: 22
< depends: conf.m4
< conflicts: ocamlfind
---
> package: ipaddr
> version: 14
> depends: jbuilder >= 7 , base.bytes , ppx.sexp.conv >= 14 , base.unix
> conflicts: ipaddr
286,287c299,300
< opam-version: 1.7.3
< opam-name: ocamlfind
---
> opam-version: 2.8.0
> opam-name: ipaddr
289,291c302,305
< package: base.unix
< version: 1
< conflicts: base.unix
---
> package: stringext
> version: 11
> depends: jbuilder >= 10 , base.bytes
> conflicts: stringext
294d307
< keep: version
296a310
> installed-root: false
298,300c312,313
< opam-version: base
< opam-name: base-unix
< installed-root: true
---
> opam-version: 1.5.0
> opam-name: stringext
302,304c315,318
< package: conf.which
< version: 1
< conflicts: conf.which
---
> package: ppx.deriving
> version: 13
> depends: ocamlbuild , ocamlfind >= 16 , cppo , cppo.ocamlbuild , ocaml.migrate.parsetree , ppx.derivers , ppx.tools >= 6 , result
> conflicts: ppx.deriving
306d319
< was-installed: true
311,312c324,325
< opam-version: 1
< opam-name: conf-which
---
> opam-version: 4.2.1
> opam-name: ppx_deriving
314,317c327,330
< package: ppx.traverse.builtins
< version: 2
< depends: jbuilder >= 4
< conflicts: ppx.traverse.builtins
---
> package: ocaml.migrate.parsetree
> version: 7
> depends: result , ocamlfind , jbuilder >= 10
> conflicts: ocaml.migrate.parsetree
324,325c337,338
< opam-version: v0.9.0
< opam-name: ppx_traverse_builtins
---
> opam-version: 1.0.7
> opam-name: ocaml-migrate-parsetree
340,382c353,356
< package: sexplib
< version: 54
< depends: jbuilder >= 10 , num
< conflicts: sexplib
< installed: true
< was-installed: true
< version-lag: 0
< pinned: false
< installed-root: false
< reinstall: false
< opam-version: v0.9.3
< opam-name: sexplib
<
< package: lambda.term
< version: 6
< depends: lwt >= 20 , react , zed >= 1 , camomile , lwt.react , jbuilder >= 9
< conflicts: lambda.term
< installed: true
< was-installed: true
< version-lag: 0
< pinned: false
< installed-root: false
< reinstall: false
< opam-version: 1.12.0
< opam-name: lambda-term
<
< package: camomile
< version: 4
< depends: jbuilder >= 7 , cppo , base.bytes
< conflicts: camomile
< installed: true
< was-installed: true
< version-lag: 0
< pinned: false
< installed-root: false
< reinstall: false
< opam-version: 0.8.7
< opam-name: camomile
<
< package: cohttp
< version: 47
< depends: base.bytes , ocamlfind , ocamlbuild , cmdliner >= 4 , re , uri >= 19 , fieldslib , sexplib , conduit >= 22 , conduit < 34 , ppx.fields.conv , ppx.deriving , ppx.sexp.conv , stringext , base64 >= 3 , magic.mime , fmt , logs , lwt
< conflicts: cohttp , async < 52 , lwt < 16 , js.of.ocaml < 13 , js.of.ocaml >= 17
---
> package: prof.spacetime
> version: 1
> depends: cmdliner , cohttp < 49 , conduit , ocamlfind , yojson , lwt , lambda.term , spacetime.lib < 2
> conflicts: prof.spacetime
387,388c361,362
< opam-version: 0.22.0
< opam-name: cohttp
---
> opam-version: 0.1.0
> opam-name: prof_spacetime
391,394c365,367
< package: ppx.type.conv
< version: 13
< depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15 , ppx.driver >= 13 , ppx.driver < 17 , ppx.metaquot >= 1 , ppx.metaquot < 3 , ocaml.migrate.parsetree >= 1
< conflicts: ppx.type.conv , ppx.deriving < 10
---
> package: base.threads
> version: 1
> conflicts: base.threads
396a370,371
> keep: version
> version-lag: 0
398d372
< installed-root: false
400,402c374,376
< opam-version: v0.9.0
< opam-name: ppx_type_conv
< version-lag: 1
---
> opam-version: base
> opam-name: base-threads
> installed-root: true
404c378
< package: base.bytes
---
> package: ppx.derivers
406,407c380,381
< depends: ocamlfind >= 12
< conflicts: base.bytes
---
> depends: jbuilder >= 7
> conflicts: ppx.derivers
409d382
< was-installed: true
414,415c387,388
< opam-version: base
< opam-name: base-bytes
---
> opam-version: 1.0
> opam-name: ppx_derivers
429a403,415
> package: cppo
> version: 15
> depends: jbuilder >= 10 , base.bytes , base.unix
> conflicts: cppo
> installed: true
> was-installed: true
> version-lag: 0
> pinned: false
> installed-root: false
> reinstall: false
> opam-version: 1.6.0
> opam-name: cppo
>
455,458c441,444
< package: fmt
< version: 6
< depends: ocamlfind , ocamlbuild , topkg >= 11 , result , uchar , cmdliner , base.unix
< conflicts: fmt , cmdliner < 8
---
> package: react
> version: 2
> depends: ocamlfind , ocamlbuild , topkg >= 11
> conflicts: react
465,466c451,452
< opam-version: 0.8.4
< opam-name: fmt
---
> opam-version: 1.2.1
> opam-name: react
468c454,466
< package: raw.spacetime
---
> package: result
> version: 3
> conflicts: result
> installed: true
> was-installed: true
> version-lag: 0
> pinned: false
> installed-root: false
> reinstall: false
> opam-version: 1.2
> opam-name: result
>
> package: conf.m4
470,471c468
< depends: ocamlfind >= 20
< conflicts: raw.spacetime
---
> conflicts: conf.m4
478,479c475,476
< opam-version: base
< opam-name: raw_spacetime
---
> opam-version: 1
> opam-name: conf-m4
481,484c478,481
< package: jsonm
< version: 3
< depends: ocamlfind , ocamlbuild , topkg , uchar , uutf >= 2
< conflicts: jsonm
---
> package: zed
> version: 5
> depends: jbuilder >= 9 , base.bytes , camomile >= 1 , react
> conflicts: zed
491,492c488,502
< opam-version: 1.0.1
< opam-name: jsonm
---
> opam-version: 1.6
> opam-name: zed
>
> package: biniou
> version: 4
> depends: conf.which , jbuilder , easy.format
> conflicts: biniou
> installed: true
> was-installed: true
> version-lag: 0
> pinned: false
> installed-root: false
> reinstall: false
> opam-version: 1.2.0
> opam-name: biniou
507,510c517,520
< package: uri
< version: 23
< depends: base.bytes , ocamlfind , jbuilder >= 7 , ppx.sexp.conv >= 14 , re , sexplib >= 52 , stringext >= 7
< conflicts: uri
---
> package: sexplib
> version: 54
> depends: jbuilder >= 10 , num
> conflicts: sexplib
517,518c527,528
< opam-version: 1.9.5
< opam-name: uri
---
> opam-version: v0.9.3
> opam-name: sexplib
520,523c530,533
< package: ppx.ast
< version: 3
< depends: jbuilder >= 2 , ocaml.compiler.libs >= 1 , ocaml.compiler.libs < 3 , ocaml.migrate.parsetree >= 6
< conflicts: ppx.ast
---
> package: astring
> version: 2
> depends: ocamlfind , ocamlbuild , topkg
> conflicts: astring
530,531c540,541
< opam-version: v0.9.2
< opam-name: ppx_ast
---
> opam-version: 0.8.3
> opam-name: astring
533,536c543,546
< package: fieldslib
< version: 26
< depends: base >= 1 , base < 6 , jbuilder >= 4 , ppx.driver >= 13 , ppx.driver < 17 , ocaml.migrate.parsetree >= 1
< conflicts: fieldslib
---
> package: uri
> version: 23
> depends: base.bytes , ocamlfind , jbuilder >= 7 , ppx.sexp.conv >= 14 , re , sexplib >= 52 , stringext >= 7
> conflicts: uri
543,544c553,554
< opam-version: v0.9.0
< opam-name: fieldslib
---
> opam-version: 1.9.5
> opam-name: uri
546,549c556,559
< package: ppx.core
< version: 13
< depends: base >= 5 , base < 6 , jbuilder >= 2 , ocaml.compiler.libs >= 1 , ocaml.compiler.libs < 3 , ppx.ast >= 3 , ppx.ast < 4 , ppx.traverse.builtins >= 1 , ppx.traverse.builtins < 3 , stdio >= 3 , stdio < 4
< conflicts: ppx.core
---
> package: logs
> version: 4
> depends: ocamlfind , ocamlbuild , topkg , result , lwt , cmdliner , fmt
> conflicts: logs , cmdliner < 8
551a562
> version-lag: 0
555,557c566,567
< opam-version: v0.9.2
< opam-name: ppx_core
< version-lag: 1
---
> opam-version: 0.6.2
> opam-name: logs
559,562c569,572
< package: ppx.optcomp
< version: 12
< depends: jbuilder >= 4 , ppx.core >= 11 , ppx.core < 15
< conflicts: ppx.optcomp
---
> package: uchar
> version: 1
> depends: ocamlbuild
> conflicts: uchar
569,570c579,580
< opam-version: v0.9.0
< opam-name: ppx_optcomp
---
> opam-version: 0.0.2
> opam-name: uchar
572,575c582,585
< package: ppx.driver
< version: 16
< depends: jbuilder >= 7 , ppx.core >= 13 , ppx.core < 15 , ppx.optcomp >= 11 , ppx.optcomp < 13 , ocaml.migrate.parsetree >= 4 , ocamlbuild
< conflicts: ppx.driver
---
> package: lwt
> version: 23
> depends: cppo >= 4 , jbuilder >= 10 , ocamlfind >= 9 , ocaml.migrate.parsetree , ppx.tools.versioned , result , base.unix , base.threads
> conflicts: lwt
582,583c592,593
< opam-version: v0.9.2
< opam-name: ppx_driver
---
> opam-version: 3.1.0
> opam-name: lwt
585,588c595,598
< package: ipaddr
< version: 14
< depends: jbuilder >= 7 , base.bytes , ppx.sexp.conv >= 14 , base.unix
< conflicts: ipaddr
---
> package: spacetime.lib
> version: 1
> depends: ocamlfind , owee , raw.spacetime , base.bigarray , base.unix
> conflicts: spacetime.lib
590,591d599
< was-installed: true
< version-lag: 0
595,596c603,605
< opam-version: 2.8.0
< opam-name: ipaddr
---
> opam-version: 0.1.0
> opam-name: spacetime_lib
> version-lag: 1
598,600c607,610
< package: base.threads
< version: 1
< conflicts: base.threads
---
> package: ocaml.compiler.libs
> version: 2
> depends: jbuilder >= 4
> conflicts: ocaml.compiler.libs
603d612
< keep: version
605a615
> installed-root: false
607,609c617,618
< opam-version: base
< opam-name: base-threads
< installed-root: true
---
> opam-version: v0.9.0
> opam-name: ocaml-compiler-libs
611,613c620,623
< package: result
< version: 3
< conflicts: result
---
> package: ppx.tools.versioned
> version: 5
> depends: ocamlfind >= 9 , ocaml.migrate.parsetree >= 3
> conflicts: ppx.tools.versioned
620,621c630,631
< opam-version: 1.2
< opam-name: result
---
> opam-version: 5.0.1
> opam-name: ppx_tools_versioned
623,626c633,636
< package: cppo.ocamlbuild
< version: 1
< depends: jbuilder >= 10 , ocamlbuild , cppo >= 15
< conflicts: cppo.ocamlbuild
---
> package: fmt
> version: 6
> depends: ocamlfind , ocamlbuild , topkg >= 11 , result , uchar , cmdliner , base.unix
> conflicts: fmt , cmdliner < 8
627a638
> was-installed: true
632,633c643,644
< opam-version: 1.6.0
< opam-name: cppo_ocamlbuild
---
> opam-version: 0.8.4
> opam-name: fmt
635,638c646,649
< package: biniou
< version: 4
< depends: conf.which , jbuilder , easy.format
< conflicts: biniou
---
> package: easy.format
> version: 5
> depends: jbuilder
> conflicts: easy.format
645,646c656,657
< opam-version: 1.2.0
< opam-name: biniou
---
> opam-version: 1.3.0
> opam-name: easy-format
661,664c672,675
< package: magic.mime
< version: 4
< depends: jbuilder >= 9
< conflicts: magic.mime
---
> package: lambda.term
> version: 6
> depends: lwt >= 20 , react , zed >= 1 , camomile , lwt.react , jbuilder >= 9
> conflicts: lambda.term
671,672c682,683
< opam-version: 1.1.0
< opam-name: magic-mime
---
> opam-version: 1.12.0
> opam-name: lambda-term
674,677c685,687
< package: ppx.deriving
< version: 13
< depends: ocamlbuild , ocamlfind >= 16 , cppo , cppo.ocamlbuild , ocaml.migrate.parsetree , ppx.derivers , ppx.tools >= 6 , result
< conflicts: ppx.deriving
---
> package: conf.which
> version: 1
> conflicts: conf.which
678a689
> was-installed: true
683,684c694,695
< opam-version: 4.2.1
< opam-name: ppx_deriving
---
> opam-version: 1
> opam-name: conf-which
686,689c697,700
< package: spacetime.lib
< version: 1
< depends: ocamlfind , owee , raw.spacetime , base.bigarray , base.unix
< conflicts: spacetime.lib
---
> package: num
> version: 3
> depends: ocamlfind >= 22
> conflicts: num , base.num
690a702,703
> was-installed: true
> version-lag: 0
694,696c707,708
< opam-version: 0.1.0
< opam-name: spacetime_lib
< version-lag: 1
---
> opam-version: 1.1
> opam-name: num
710,713c722,725
< package: uchar
< version: 1
< depends: ocamlbuild
< conflicts: uchar
---
> package: cmdliner
> version: 12
> depends: ocamlfind , ocamlbuild , topkg , result
> conflicts: cmdliner
720,721c732,733
< opam-version: 0.0.2
< opam-name: uchar
---
> opam-version: 1.0.2
> opam-name: cmdliner
723,726c735,738
< package: base64
< version: 5
< depends: base.bytes , jbuilder >= 10
< conflicts: base64
---
> package: yojson
> version: 10
> depends: jbuilder , cppo , easy.format , biniou >= 4
> conflicts: yojson
733,746c745,746
< opam-version: 2.2.0
< opam-name: base64
<
< package: prof.spacetime
< version: 1
< depends: cmdliner , cohttp < 49 , conduit , ocamlfind , yojson , lwt , lambda.term , spacetime.lib < 2
< conflicts: prof.spacetime
< installed: true
< pinned: false
< installed-root: false
< reinstall: false
< opam-version: 0.1.0
< opam-name: prof_spacetime
< version-lag: 1
---
> opam-version: 1.4.0
> opam-name: yojson
748,751c748,751
< package: cppo
< version: 15
< depends: jbuilder >= 10 , base.bytes , base.unix
< conflicts: cppo
---
> package: ocamlfind
> version: 22
> depends: conf.m4
> conflicts: ocamlfind
758,759c758,759
< opam-version: 1.6.0
< opam-name: cppo
---
> opam-version: 1.7.3
> opam-name: ocamlfind
761c761
< package: num
---
> package: uutf
763,764c763,764
< depends: ocamlfind >= 22
< conflicts: num , base.num
---
> depends: ocamlfind , ocamlbuild , topkg , uchar , cmdliner
> conflicts: uutf , cmdliner < 6
771,772c771,772
< opam-version: 1.1
< opam-name: num
---
> opam-version: 1.0.1
> opam-name: uutf
774,777c774,777
< package: yojson
< version: 10
< depends: jbuilder , cppo , easy.format , biniou >= 4
< conflicts: yojson
---
> package: stdio
> version: 3
> depends: base >= 5 , base < 6 , jbuilder >= 2
> conflicts: stdio
784,785c784,785
< opam-version: 1.4.0
< opam-name: yojson
---
> opam-version: v0.9.1
> opam-name: stdio
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-10-15 10:44.15: Job failed: Failed: Build failed