2026-01-13 20:18.23: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (ebeaf7feb23775f0cad289b3bd0863d52f0baa47) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afaOpam project buildTo reproduce locally:git clone --recursive "https://github.com/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard ebeaf7fecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa# debian-13-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 prettym.opam ./RUN opam pin add -yn prettym.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.0.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.1.1.0 bigarray-compat.1.0.0 bstr.0.0.1 cmdliner.1.0.4 dune.3.5.0 fmt.0.8.6 jbuilder.1.0+beta20.1 jsonm.1.0.2 ke.0.4 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ptime.0.8.5 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y prettym.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-13 20:18.23: Using cache hint "dinosaure/prettym-ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa-debian-13-4.14_opam-2.5-5ca3124523b8fc28dfdc67782ebe5516"2026-01-13 20:18.23: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)(comment debian-13-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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.0.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.1.1.0 bigarray-compat.1.0.0 bstr.0.0.1 cmdliner.1.0.4 dune.3.5.0 fmt.0.8.6 jbuilder.1.0+beta20.1 jsonm.1.0.2 ke.0.4 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ptime.0.8.5 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3")(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-13 20:18.23: Waiting for resource in pool OCluster2026-01-13 22:01.35: Waiting for worker…2026-01-13 22:05.35: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: 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' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialised 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:debian-13-ocaml-4.14@sha256:d765b54c014ef238f3a84185055fd22f6a5e5bea6d6bbe9ec94a1c7ac9087afa)2026-01-13 22:05.37 ---> using "2ecda48447fc68e8dcd256d2898af0a11126a077e05d747a0dcdff2845100de1" from cache/: (comment debian-13-4.14_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-13 22:05.37 ---> using "9a501423837f3b7cd29263c2665fda7a785c699269851f9bce1471b992089a6c" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-13 22:05.37 ---> using "bee04af3017513529e2d8e33622d28122c2b06e49f6a076ef12c875cdf9b6dff" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.14.22.5.02026-01-13 22:05.37 ---> using "442697f7960d1c3737cfdf48497c826cef87632b95a07c8d651ed94f26cc1429" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 22:05.37 ---> using "9e562d5c3e1f825c4658b4f3d0d0f2201a745812196eceab31bebeb8e3196a46" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.4.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)2026-01-13 22:05.37 ---> using "7613a665eff1203b87d8cd26d03ba2aef966532ea6ab81a5510e41b5b4aa68e0" from cache/src: (copy (src prettym.opam) (dst ./))2026-01-13 22:05.38 ---> saved as "f9b01851656d783842c0255e65ec126f2e4fb42f0cff6fb9d13779d91cb2fb0f"/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-13 22:05.41 ---> saved as "400420e69a0ef3ca4e212fc563165a3109733238ea961fa87b893fe247f2e940"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 22:05.42 ---> saved as "badf665c4190dabcc7e7bc1676e2f18def23e3ecbf7558d8902d430e8f33afe5"/src: (env DEPS "alcotest.1.0.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.1.1.0 bigarray-compat.1.0.0 bstr.0.0.1 cmdliner.1.0.4 dune.3.5.0 fmt.0.8.6 jbuilder.1.0+beta20.1 jsonm.1.0.2 ke.0.4 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ptime.0.8.5 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 uutf.1.0.3")/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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]- Fetched 9997 kB in 3s (3356 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 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).# To update the current shell environment, run: eval $(opam env)2026-01-13 22:06.07 ---> saved as "1d0a6ae34cdf548521d4b492a304cc542a25301351ed9a22db2eed9c5833e8f0"/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 alcotest 1.0.1- install astring 0.8.5- install base-bytes base- install base64 1.1.0- install bigarray-compat 1.0.0- install bstr 0.0.1- install cmdliner 1.0.4- install dune 3.5.0- install fmt 0.8.6- install jbuilder 1.0+beta20.1 (deprecated)- install jsonm 1.0.2- install ke 0.4- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install ptime 0.8.5- install re 1.7.2- install result 1.5- install seq 0.3- install stdlib-shims 0.1.0- install topkg 1.0.8- install uuidm 0.9.7- install uutf 1.0.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.0.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.1.1.0 (cached)-> retrieved bigarray-compat.1.0.0 (cached)-> retrieved bstr.0.0.1 (cached)-> retrieved cmdliner.1.0.4 (cached)-> retrieved fmt.0.8.6 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved ke.0.4 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved dune.3.5.0 (cached)-> retrieved ptime.0.8.5 (cached)-> retrieved re.1.7.2 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved uuidm.0.9.7 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved topkg.1.0.8 (cached)-> installed cmdliner.1.0.4-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed ocamlbuild.0.14.0-> installed jbuilder.1.0+beta20.1-> installed base64.1.1.0-> installed re.1.7.2-> installed topkg.1.0.8-> installed uuidm.0.9.7-> installed uutf.1.0.3-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed dune.3.5.0-> installed seq.0.3-> installed result.1.5-> installed bstr.0.0.1-> installed stdlib-shims.0.1.0-> installed bigarray-compat.1.0.0-> installed fmt.0.8.6-> installed ptime.0.8.5-> installed ke.0.4-> installed alcotest.1.0.1Done.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-01-13 22:07.32 ---> saved as "96e7ef94cb54cf92d796814e970432d155c25a68a20d7bf0f8c6a8bb5441c696"/src: (copy (src .) (dst /src))2026-01-13 22:07.33 ---> saved as "f0c6781a9ec0a70fb3b9febaac095ee4aca5431ce45b83ecd5113303547556a0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/.test.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/astring -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/bstr -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/jsonm -I /home/opam/.opam/4.14/lib/ke -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/uuidm -I /home/opam/.opam/4.14/lib/uutf -I lib/.prettym.objs/byte -no-alias-deps -opaque -o test/.test.eobjs/byte/dune__exe__Test.cmo -c -impl test/test.ml)File "test/test.ml", line 4, characters 11-28:4 | let seed = Base64.decode_exn seed^^^^^^^^^^^^^^^^^Error: Unbound value Base64.decode_exn"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-01-13 22:07.34: Job failed: Failed: Build failed