2026-04-13 10:23.19: New job: test hannesm/duration https://github.com/hannesm/duration.git#refs/heads/main (42b811fcf5c0e07ccf17601d9a8a2c7f11e6f272) (linux-arm64:debian-13-4.14_arm32_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7 Opam project build To reproduce locally: git clone --recursive "https://github.com/hannesm/duration.git" -b "main" && cd "duration" && git reset --hard 42b811fc cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7 # debian-13-4.14_arm32_opam-2.5 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 duration.opam ./ RUN opam pin add -yn duration.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 duration.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-04-13 10:23.19: Using cache hint "hannesm/duration-ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7-debian-13-4.14_arm32_opam-2.5-8443bdcb30f0dcfef175315e01b3cb68" 2026-04-13 10:23.19: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7) (comment debian-13-4.14_arm32_opam-2.5) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src duration.opam) (dst ./)) (run (network host) (shell "opam pin add -yn duration.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 duration.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-04-13 10:23.19: Waiting for resource in pool OCluster 2026-04-13 10:25.10: Waiting for worker… 2026-04-13 10:48.27: Got resource from pool OCluster Building on ainia.caelum.ci.dev All commits already cached HEAD is now at 42b811f add maintenance intent (from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7' locally docker.io/ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7: Pulling from ocaml/opam 83d3fd32d825: Already exists 3df0dfd72ad0: Already exists 2a316f9c9b76: Already exists efa82de2efff: Already exists d71a99aebdea: Already exists 11c6a6b2d179: Already exists ed37d593561b: Already exists 36ec5d086018: Already exists b3744c7b02b9: Already exists 74a5417f91d9: Already exists 25f5bcf4379e: Already exists 9fa3c3859f66: Already exists 64cce05bcb6f: Already exists 746dc10c1c44: Already exists 96edbf3011df: Already exists 8038df952c10: Already exists 0c7a1007dfab: Already exists bd4929421a2f: Already exists c55ab25930c0: Already exists 41f370f53dae: Already exists 812b8365e613: Already exists e7a8058b1ead: Already exists 4f4fb700ef54: Already exists ec70781f5b22: Already exists 544b56d15f50: Already exists ddcdb0c2c6bf: Already exists 16273490fd8a: Already exists 9c2e00e3bda1: Already exists 0c464e135915: Already exists 4be044fda122: Already exists 622b3eaf7ae3: Already exists 0018e3a3eb78: Already exists da0dbef084c2: Already exists d52300c63e78: Already exists 8883434d731b: Already exists 3ee9122ea050: Already exists 83ff0e002aeb: Already exists ba3a8daef1d4: Already exists 214f634062fd: Already exists 3dbf8f7a1e4f: Already exists 8f02f1e5df11: Already exists 37cbae15dc64: Pulling fs layer 09617c6375b9: Pulling fs layer e55627e14102: Pulling fs layer 79083d159882: Pulling fs layer 79083d159882: Waiting 09617c6375b9: Verifying Checksum 09617c6375b9: Download complete e55627e14102: Verifying Checksum e55627e14102: Download complete 79083d159882: Verifying Checksum 79083d159882: Download complete 37cbae15dc64: Verifying Checksum 37cbae15dc64: Download complete 37cbae15dc64: Pull complete 09617c6375b9: Pull complete e55627e14102: Pull complete 79083d159882: Pull complete Digest: sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7 Status: Downloaded newer image for ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7 2026-04-13 10:48.28 ---> using "d8704a1eb4be8992901edc30ae858afd677afbaf9ee7a0f6bc60bc9bd0a7f2da" from cache /: (comment debian-13-4.14_arm32_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-13 10:48.28 ---> using "468330f153129eab487685ae8928f606b51f88944eea1f9720522d16bdedb22d" 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-04-13 10:48.28 ---> using "d282397b51eef75041cf2946902285ed47354662641492d819288073a4e65743" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-13 10:48.28 ---> using "0aebe608c66a2b63450dcbf959843b062a8af0180c0ffb94f1700beca531cbf7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-13 10:48.28 ---> using "c31339caafa82821352b6501c13673ae72ec4b0155efc3f67022cc0b82b4f2e8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> 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.5.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-04-13 10:48.28 ---> using "524b4c0dd3198c4d5343126c066e91ebb3d6b7d8de8692f3501a508e72aae06e" from cache /src: (copy (src duration.opam) (dst ./)) 2026-04-13 10:48.28 ---> using "09a69dd2e3e2a96ef94c9e5921915d0296e604b16c83444be14826d36efd3d1b" from cache /src: (run (network host) (shell "opam pin add -yn duration.dev './'")) [duration.dev] synchronised (file:///src) duration is now pinned to file:///src (version dev) 2026-04-13 10:48.28 ---> using "348be1d0e6330456c4ff88f4c271b20fbda74cbd064c2323ab5350a25f3bc45c" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-13 10:48.28 ---> using "2c549bf7727c9a34121d790ed491e8f58410b0a6dd319397bc808e03d4bb3a10" from cache /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 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 duration.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 armhf Packages [117 kB] - Fetched 208 kB in 0s (1293 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [duration.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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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-04-13 10:48.28 ---> using "4583bc15a4c1fca4e9b85e28520dd566ee9d899ec796c114c98d35200cec3605" from cache /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.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 12 packages - install alcotest 1.9.1 - install astring 0.8.5 - install cmdliner 2.1.0 - install dune 3.22.1 - install fmt 0.11.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - 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 cmdliner.2.1.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (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.22.1 (cached) -> installed cmdliner.2.1.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.22.1 -> installed stdlib-shims.0.3.0 -> 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-04-13 10:48.28 ---> using "11d9b44b92ed8148b0b99fd95e82206cf4a53542ab27aae8f11e31c2bfac3a25" from cache /src: (copy (src .) (dst /src)) 2026-04-13 10:48.28 ---> saved as "7c9044e5f2f9e134ed00466bbcb95456b9f4d9d7d3b2ab3802ccd1f6651f078c" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && ./tests.exe) Testing `Duration tests'. This run has ID `E1SVQE42'. [OK] Duration 0 of_us is good. [OK] Duration 1 to_us is good. [OK] Duration 2 inverse of/to_us. [OK] Duration 3 of_ms is good. [OK] Duration 4 to_ms is good. [OK] Duration 5 inverse of/to_ms. [OK] Duration 6 of_sec is good. [OK] Duration 7 to_sec is good. [OK] Duration 8 inverse of/to_sec. [OK] Duration 9 of_min is good. [OK] Duration 10 to_min is good. [OK] Duration 11 inverse of/to_min. [OK] Duration 12 of_hour is good. [OK] Duration 13 to_hour is good. [OK] Duration 14 inverse of/to_hour. [OK] Duration 15 of_day is good. [OK] Duration 16 to_day is good. [OK] Duration 17 inverse of/to_day. [OK] Duration 18 of_year is good. [OK] Duration 19 to_year is good. [OK] Duration 20 inverse of/to_year. [OK] Duration 21 of_f is good. [OK] Duration 22 to_f is good. [OK] Duration 23 inverse of/to_f. Full test results in `/src/_build/default/_build/_tests/Duration tests'. Test Successful in 0.002s. 24 tests run. 2026-04-13 10:48.30 ---> saved as "8b4da56eee659f55d6f7f0a028d235f5513f3d742439c13edb2bd85f26af9f6e" Job succeeded 2026-04-13 10:48.30: Job succeeded