Organisationsdinosaureprettymebeaf7 (main)ubuntu-24.04-5.4_opam-2.5

ubuntu-24.04-5.4_opam-2.5

Logs

Show full logs
2026-01-16 14:21.43: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (ebeaf7feb23775f0cad289b3bd0863d52f0baa47) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard ebeaf7fe
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
# ubuntu-24.04-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 prettym.opam ./
RUN opam pin add -yn prettym.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bstr.0.0.3 cmdliner.2.1.0 dune.3.21.0 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y prettym.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

2026-01-16 14:21.43: Using cache hint "dinosaure/prettym-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b-ubuntu-24.04-5.4_opam-2.5-ecb2d8317e50902d63f460358e49ff9f"
2026-01-16 14:21.43: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)
 (comment ubuntu-24.04-5.4_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src prettym.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn prettym.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bstr.0.0.3 cmdliner.2.1.0 dune.3.21.0 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")
 (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.5 --depext-only -y prettym.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"))
)

2026-01-16 14:21.43: Waiting for resource in pool OCluster
2026-01-16 20:06.14: Waiting for worker…
2026-01-16 20:10.20: Got resource from pool OCluster
Building on clete
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/prettym.git-dc8d49cb93aad76576bb20d67607f0b245367688/.git/
HEAD is now at ebeaf7f Merge pull request #7 from dinosaure/prepare-v0.0.4

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b' locally
docker.io/ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b: Pulling from ocaml/opam
20043066d3d5: Already exists
5467265bd921: Already exists
edb31a422705: Already exists
5871740a5551: Already exists
38bc7caf8f9c: Already exists
c625f3473964: Already exists
1a34bb0dada4: Already exists
1a5a443cf2a3: Already exists
b5749e9114e3: Already exists
c79eee4ce657: Already exists
e294f5c94f43: Already exists
519065222b0e: Already exists
53e225602c61: Already exists
f27179a77cc9: Already exists
fc8d5c40eea5: Already exists
0c46c8b70095: Already exists
670e7b7fa473: Already exists
670e7b7fa473: Already exists
bc96aeddd4f1: Already exists
666bbc820ee2: Already exists
e5a0630151ad: Already exists
8d0a5f8f8d36: Already exists
4f4fb700ef54: Already exists
8c4ef5fdf98f: Already exists
a0482b015367: Already exists
69a3c76acc65: Already exists
e674de8e3648: Already exists
dde76a4b1455: Already exists
5e296eb395ff: Already exists
d4b4b831ca9f: Already exists
4b0fa928094e: Already exists
53ec83378c53: Already exists
c3f66a41494d: Already exists
49b09e63ded4: Already exists
b73b30ff67cc: Already exists
4e112c6e0a8d: Already exists
60dc853ed7b2: Already exists
884ff7dd46f5: Already exists
63cf2740d5f9: Already exists
8901dbd586e6: Already exists
cd5e0ad57e67: Already exists
03524d0af6ce: Already exists
556bdb4974d9: Already exists
e5cd43e64240: Already exists
6afbdf9f6cba: Already exists
30044ab5c757: Already exists
4f1c547c77c4: Already exists
95170e728423: Already exists
Digest: sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
Status: Downloaded newer image for ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b
2026-01-16 20:10.22 ---> using "ee7775e2a289b73b66d139e9a7c7338ead1dd548303e89413e28034c19dc69ea" from cache

/: (comment ubuntu-24.04-5.4_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-16 20:10.22 ---> using "588651255bc78700474afdcb3bed437cbda0f330fd691ff5f516540a69695b58" 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
2026-01-16 20:10.22 ---> using "1b5f378f5260608cc191434e666316b9cfb30ba121e0b3c43d1ad090e10f0eaa" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-16 20:10.22 ---> using "6cfed1fb52181599ebdf843e21a6cc46abafca92a09134b978ef5ed2d50cbe96" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-16 20:10.22 ---> using "641e76bb402b69d8d97f78c4fcbb7cfab73aa93dab311a40ce73544655a6699f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   a6b2f19780..92679ed614  master     -> origin/master
873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 20:10.22 ---> using "2dad8539a67cb42e617149d659721889210c6a08071e5032355ac49f9882a94a" from cache

/src: (copy (src prettym.opam) (dst ./))
2026-01-16 20:10.22 ---> saved as "0947d13db26c4d1afaa729c569d23db3b149e7c1c847cf2181f70eb87ba9747b"

/src: (run (network host)
           (shell "opam pin add -yn prettym.dev './'"))
[prettym.dev] synchronised (file:///src)
prettym is now pinned to file:///src (version dev)
2026-01-16 20:10.27 ---> saved as "740639461fe870433d74c3e79588fbe94cdbccc2bff24894dbdf1ca91aba49a1"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 20:10.27 ---> saved as "e43d9295ba534ce6310fdec39342d9b2f20208c0ba92dc287873ade5d5a7ed1c"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 bstr.0.0.3 cmdliner.2.1.0 dune.3.21.0 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4")

/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.5 --depext-only -y prettym.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1191 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1769 kB]
- Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2919 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3077 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2142 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1959 kB]
- Fetched 13.4 MB in 2s (7330 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[prettym.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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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).
# To update the current shell environment, run: eval $(opam env)
2026-01-16 20:10.56 ---> saved as "0d4a22684fa2c67725bc80790e86b8a81a6065a79e59f4517a255fe0c7970418"

/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 17 packages
  - install alcotest           1.9.1
  - install astring            0.8.5
  - install base64             3.5.2
  - install bstr               0.0.3
  - install cmdliner           2.1.0
  - install dune               3.21.0
  - install fmt                0.11.0
  - install jsonm              1.0.2
  - install ke                 0.6
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install ptime              1.2.0
  - install re                 1.14.0
  - install stdlib-shims       0.3.0
  - install topkg              1.1.1
  - install uutf               1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bstr.0.0.3  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.21.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.21.0
-> installed stdlib-shims.0.3.0
-> installed base64.3.5.2
-> installed ke.0.6
-> installed bstr.0.0.3
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 20:13.00 ---> saved as "10f48de42a4593c3f3fec1350fb93893a6e8f10197796651cdbc4b7b1c5b5cb4"

/src: (copy (src .) (dst /src))
2026-01-16 20:13.00 ---> saved as "d9421d8a0304d1de37051e8c20bed5ac8f61b527dfe9ea165942cd38578e4c3c"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe --color=always)
Random: [|63297; 3249; 16517; 49035; 53581; 45638; 25574; 14218; 12995;
          45248; 20239; 7875; 8142; 25828; 11293; 25073|].
Testing `format'.
This run has ID `SQDY1KRI'.

  [OK]          json            0   [true].
  [OK]          json            1   {"a":[true,false]}.
  [OK]          json            2   [{"a":true,"b":false}].
  [OK]          unroll          0   unroll.
  [OK]          lift            0   lift.

Full test results in `/src/_build/default/test/_build/_tests/format'.
Test Successful in 0.004s. 5 tests run.
2026-01-16 20:13.02 ---> saved as "ba7147c3d59bb7f39363e1d98528d25abbe9a316c107e18d0397f019952804b9"
Job succeeded
2026-01-16 20:13.03: Job succeeded