2025-09-16 10:10.35: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (f53c4a5a7fc3fa3f08e1984616a998586c9d09db) (linux-x86_64:ubuntu-22.04-4.14_opam-2.4) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0 Opam project build To reproduce locally: git clone --recursive "https://github.com/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard f53c4a5a cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0 # ubuntu-22.04-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 prettym.opam ./ RUN opam pin add -yn prettym.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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 2025-09-16 10:10.35: Using cache hint "dinosaure/prettym-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0-ubuntu-22.04-4.14_opam-2.4-f708f41a038cdbec2cfa5c43428b4101" 2025-09-16 10:10.35: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0) (comment ubuntu-22.04-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 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.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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")) ) 2025-09-16 10:10.35: Waiting for resource in pool OCluster 2025-09-16 10:12.25: Waiting for worker… 2025-09-16 10:13.36: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at f53c4a5 Merge pull request #5 from dinosaure/upgrade (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0' locally docker.io/ocaml/opam@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0: Pulling from ocaml/opam 2bf01afabfb3: Pulling fs layer 0c4c73378cbb: Pulling fs layer 32ff58dcdf62: Pulling fs layer 1fdc92e78b50: Pulling fs layer 3a95fa8fb957: Pulling fs layer 1fdc92e78b50: Waiting 3a95fa8fb957: Waiting 32ff58dcdf62: Verifying Checksum 32ff58dcdf62: Download complete 1fdc92e78b50: Download complete 3a95fa8fb957: Verifying Checksum 3a95fa8fb957: Download complete 2bf01afabfb3: Verifying Checksum 0c4c73378cbb: Verifying Checksum 0c4c73378cbb: Download complete 2bf01afabfb3: Pull complete 0c4c73378cbb: Pull complete 32ff58dcdf62: Pull complete 1fdc92e78b50: Pull complete 3a95fa8fb957: Pull complete Digest: sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0 Status: Downloaded newer image for ocaml/opam@sha256:5eaf5a903aaa2a66335cabea8fb368b38b20a9302f80e8ed72d5711e05f927f0 2025-09-16 10:13.36 ---> using "9788e33ef607d2b7d16da1da8c9768e17c160a2726ede1f146b519665e9cf0d1" from cache /: (comment ubuntu-22.04-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 10:13.36 ---> using "36309014802b5585a47bd941a41e09e7bccd90cf2b9c5e55446ac06000110e29" 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 10:13.36 ---> using "367fe7bbb11f9e19633334a09f69b69b2e93cd97a20ba7b1a5418f08fd1b587c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-16 10:13.36 ---> using "a63d95c5e399e3449ec90f817a72a36dd76b8b3aacf2c62fbcb73512facb171a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-16 10:13.36 ---> using "e52c3de1fb615b52180169c08dfe256d7833f99199c243c0acfbb71c9b3b81c4" 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 10:13.36 ---> using "35cfd2a516f805b236bc932204acfb3f1e62c8559e62b9d18784a097eb8d85db" from cache /src: (copy (src prettym.opam) (dst ./)) 2025-09-16 10:13.37 ---> saved as "b3cd9eee46bc7532941a8e8e2f01677ed204162b0628f1ff635059c18b8bfa63" /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) 2025-09-16 10:13.41 ---> saved as "2e0f5ccea73b952ff29863d9eba393ac0c30547885c46b88968c1c797bc1efe2" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-16 10:13.42 ---> saved as "c66e606c0cda4c56e75ccc1e49e32968451bba43314763d51af46c93a0f2d7a7" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base base64.3.5.1 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.1.3.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ptime.1.2.0 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.0 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.4 --depext-only -y prettym.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [80.3 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3311 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1581 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5441 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [88.8 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3624 kB] - Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1274 kB] - Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [5627 kB] - Fetched 21.4 MB in 2s (9096 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). The following system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0:amd64. - (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 ... 15645 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ... - Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ... - Selecting previously unselected package libicu70:amd64. - Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ... - Unpacking libicu70:amd64 (70.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.9_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu4) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../6-pkg-config_0.29.2-1ubuntu3_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu3) ... - Setting up xdg-user-dirs (0.17-2ubuntu4) ... - Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ... - Setting up pkg-config (0.29.2-1ubuntu3) ... - Setting up libicu70:amd64 (70.1-2) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.9) ... - Setting up shared-mime-info (2.1-2) ... - Processing triggers for libc-bin (2.35-0ubuntu3.10) ... 2025-09-16 10:14.08 ---> saved as "2fdfc0c3411ba6957ef966ea0ba7e692c78bea8728110df3ecc16ab5fb99760a" /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.9.0 - install astring 0.8.5 - install base64 3.5.1 - install bigarray-overlap 0.2.1 - install bigstringaf 0.10.0 - install cmdliner 1.3.0 - install conf-pkg-config 4 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - 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.13.2 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigarray-overlap.0.2.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-pkg-config.4 -> 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 ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved re.1.13.2 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.0 -> 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.20.2 -> installed csexp.1.5.2 -> installed base64.3.5.1 -> installed bigarray-overlap.0.2.1 -> installed ke.0.6 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.13.2 -> installed stdlib-shims.0.3.0 -> installed alcotest.1.9.0 -> installed dune-configurator.3.20.2 -> installed bigstringaf.0.10.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-16 10:15.01 ---> saved as "a59ce6c8ed4f1f6ff98dc9656bf4b54ac73b09e492cd61c775a563f5c99655e3" /src: (copy (src .) (dst /src)) 2025-09-16 10:15.02 ---> saved as "ababd75d4d21f9f8fd95ab04f9e02f2be58f7c121a05303c7277489d427bdf21" /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 `EWP1HX60'. [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.003s. 5 tests run. 2025-09-16 10:15.03 ---> saved as "4dff8c9d235c3e528577f442c27ac311d55d785950837ffd8b353e81939b3c19" Job succeeded 2025-09-16 10:15.03: Job succeeded