2026-04-03 11:37.23: New job: test hannesm/duration https://github.com/hannesm/duration.git#refs/pull/10/head (a9e8c72cdcaa32af30d44eed31048dd000d15a80) (linux-x86_64:debian-13-4.14+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024Opam project buildTo reproduce locally:git clone --recursive "https://github.com/hannesm/duration.git" && cd "duration" && git fetch origin "refs/pull/10/head" && git reset --hard a9e8c72ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024# debian-13-4.14+flambda_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-03 11:37.23: Using cache hint "hannesm/duration-ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024-debian-13-4.14+flambda_opam-2.5-a6f39e56bb77d6e0522ca7048035a985"2026-04-03 11:37.23: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024)(comment debian-13-4.14+flambda_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 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.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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-03 11:37.23: Waiting for resource in pool OCluster2026-04-03 19:20.23: Waiting for worker…2026-04-03 19:23.58: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at a9e8c72 Add of_string_exn(from ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14-flambda@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024' locallydocker.io/ocaml/opam@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024: Pulling from ocaml/opam866771c43bf5: Pulling fs layer1e49bea09367: Pulling fs layere793768537e6: Pulling fs layered323d3d481a: Pulling fs layer7df34a5cd5f1: Pulling fs layerfd712d3eb935: Pulling fs layer1e49bea09367: Download completee793768537e6: Download complete4b9fb8c99118: Pulling fs layered323d3d481a: Download complete7df34a5cd5f1: Download completefd712d3eb935: Download complete9d9a01948b94: Pulling fs layer4b9fb8c99118: Download complete0f1514f90b32: Pulling fs layer9d9a01948b94: Download completee1ec5a753447: Pulling fs layer03cc323e2f71: Pulling fs layerc09c08ea9749: Pulling fs layerb36b619f8e6b: Pulling fs layer03cc323e2f71: Waitingc09c08ea9749: Waiting195344ca5274: Pulling fs layerb36b619f8e6b: Waiting228ee78582a6: Pulling fs layer195344ca5274: Waiting504bde1c25b3: Pulling fs layer9d8b1356c89f: Pulling fs layer228ee78582a6: Waiting504bde1c25b3: Waiting568fb6dda155: Pulling fs layerc499c9198aea: Pulling fs layer9d8b1356c89f: Waiting048e5e358118: Pulling fs layer568fb6dda155: Waiting871ca48eb45d: Pulling fs layerc499c9198aea: Waiting048e5e358118: Waiting4f4fb700ef54: Pulling fs layera5a2568b9df9: Pulling fs layer871ca48eb45d: Waiting4f4fb700ef54: Waiting068cf3106ac8: Pulling fs layer559f54ec9b29: Pulling fs layera5a2568b9df9: Waiting798ffd96fde5: Pulling fs layer068cf3106ac8: Waiting559f54ec9b29: Waitinge9a891bf80d7: Pulling fs layer798ffd96fde5: Waitingd720cfe12674: Pulling fs layere9a891bf80d7: Waitingc81c932f4a91: Pulling fs layer79f24fa3bb11: Pulling fs layerd720cfe12674: Waiting8c1debcd8c20: Pulling fs layerc81c932f4a91: Waiting79f24fa3bb11: Waiting1bb2cfea7250: Pulling fs layer2b3d3ca75e4c: Pulling fs layer8c1debcd8c20: Waiting557cacaf263c: Pulling fs layer1bb2cfea7250: Waitingd10483022eef: Pulling fs layer2b3d3ca75e4c: Waiting557cacaf263c: Waiting7b62a90d8223: Pulling fs layer28ce8ea66e72: Pulling fs layerd10483022eef: Waiting7b62a90d8223: Waitingd975909ea717: Pulling fs layer28ce8ea66e72: Waiting5c215c69c247: Pulling fs layere7c082452a54: Pulling fs layerb5cbd6e052e8: Pulling fs layerd975909ea717: Waitinge7c082452a54: Waiting94343aa43560: Pulling fs layer5c215c69c247: Waitingb5cbd6e052e8: Waiting8dcacb302b07: Pulling fs layere3994108f50c: Pulling fs layer8dcacb302b07: Waiting94343aa43560: Waitinge3994108f50c: Waitinge1ec5a753447: Verifying Checksume1ec5a753447: Download complete866771c43bf5: Pull complete1e49bea09367: Pull completee793768537e6: Pull complete03cc323e2f71: Download complete0f1514f90b32: Verifying Checksum0f1514f90b32: Download completec09c08ea9749: Verifying Checksumc09c08ea9749: Download completeed323d3d481a: Pull complete7df34a5cd5f1: Pull complete228ee78582a6: Verifying Checksum228ee78582a6: Download complete195344ca5274: Verifying Checksum195344ca5274: Download completeb36b619f8e6b: Verifying Checksumb36b619f8e6b: Download complete9d8b1356c89f: Verifying Checksum9d8b1356c89f: Download complete504bde1c25b3: Verifying Checksum504bde1c25b3: Download complete568fb6dda155: Download complete048e5e358118: Verifying Checksum048e5e358118: Download completec499c9198aea: Verifying Checksumc499c9198aea: Download complete871ca48eb45d: Download completea5a2568b9df9: Download complete4f4fb700ef54: Download complete068cf3106ac8: Download complete559f54ec9b29: Verifying Checksum559f54ec9b29: Download complete798ffd96fde5: Verifying Checksum798ffd96fde5: Download completee9a891bf80d7: Verifying Checksume9a891bf80d7: Download completed720cfe12674: Download completec81c932f4a91: Download complete79f24fa3bb11: Verifying Checksum79f24fa3bb11: Download complete8c1debcd8c20: Verifying Checksum8c1debcd8c20: Download complete1bb2cfea7250: Verifying Checksum1bb2cfea7250: Download complete2b3d3ca75e4c: Verifying Checksum2b3d3ca75e4c: Download complete557cacaf263c: Download complete7b62a90d8223: Download completed975909ea717: Verifying Checksumd975909ea717: Download complete5c215c69c247: Verifying Checksum5c215c69c247: Download completee7c082452a54: Verifying Checksume7c082452a54: Download completed10483022eef: Download completefd712d3eb935: Pull complete4b9fb8c99118: Pull complete9d9a01948b94: Pull complete0f1514f90b32: Pull completee1ec5a753447: Pull complete03cc323e2f71: Pull completec09c08ea9749: Pull completeb36b619f8e6b: Pull complete195344ca5274: Pull complete228ee78582a6: Pull complete504bde1c25b3: Pull complete9d8b1356c89f: Pull complete28ce8ea66e72: Verifying Checksum28ce8ea66e72: Download complete568fb6dda155: Pull completec499c9198aea: Pull complete048e5e358118: Pull complete871ca48eb45d: Pull complete4f4fb700ef54: Pull completea5a2568b9df9: Pull complete068cf3106ac8: Pull complete559f54ec9b29: Pull complete798ffd96fde5: Pull completee9a891bf80d7: Pull completed720cfe12674: Pull completec81c932f4a91: Pull complete79f24fa3bb11: Pull complete8c1debcd8c20: Pull complete1bb2cfea7250: Pull complete2b3d3ca75e4c: Pull complete557cacaf263c: Pull complete94343aa43560: Verifying Checksum94343aa43560: Download complete8dcacb302b07: Verifying Checksum8dcacb302b07: Download completeb5cbd6e052e8: Verifying Checksumb5cbd6e052e8: Download completed10483022eef: Pull complete7b62a90d8223: Pull complete28ce8ea66e72: Pull completed975909ea717: Pull complete5c215c69c247: Pull completee7c082452a54: Pull completeb5cbd6e052e8: Pull complete94343aa43560: Pull complete8dcacb302b07: Pull completee3994108f50c: Pull completeDigest: sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d5024Status: Downloaded newer image for ocaml/opam@sha256:850943c645431e59dd4eb923682deed0ccf9ed0c7a0e8185ae2f5a75e20d50242026-04-03 19:23.59 ---> using "41bb500b3da064b5e6b574ace6ef3b37c3265c5cd17110ed5b389cfc4a3ddcf6" from cache/: (comment debian-13-4.14+flambda_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-04-03 19:23.59 ---> using "4e7506ccd24fbb0a775d0bd5334e8aaeda992917123ce3cdeeb76ad82b5b270e" 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.Continue? [Y/n] yThis 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.[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 19:23.59 ---> using "d86544469f80f0de95313c7ed4a4e69f1d3f5c53f6d097a2164d1a2f6772f0eb" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-04-03 19:23.59 ---> using "5b84e48c94b1f5072f3fcfa4069d4701e77121e50f2a5f18079e2a28b9d5af43" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 19:23.59 ---> using "5eb7c30af6bfe33176fe69462b27df6b126910791a11f405965e62fa25c8f287" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..d28e8bf13a master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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.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-03 19:23.59 ---> using "d79fe874b5ba1fd135e6c9987b1f3b1b34aea17601e16fdc412520b7f326b017" from cache/src: (copy (src duration.opam) (dst ./))2026-04-03 19:23.59 ---> using "6cfe2468c5a6212ddd82205722e4ebce6e235fd9f0c7094d2a9146f45c8fcc16" 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-03 19:23.59 ---> using "b0114acd77ed25c015f936826c777a7d545998283259e486e610931895f99aea" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 19:23.59 ---> using "ca6ef556a916761e297e84154852edd97270e0714832cf7bb486e8d9a9c75a41" 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.2 ocaml-config.2 ocaml-syntax-shims.1.0.0 ocaml-variants.4.14.2+options 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"- 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 [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [119 kB]- Fetched 10.0 MB in 13s (780 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[duration.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).[NOTE] Package ocaml-config is already installed (current version is 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-04-03 19:23.59 ---> using "4f43bb88389f703ef53e678f12b56964f28ba5a59e1b497e25b3772899abba42" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).[NOTE] Package ocaml-config is already installed (current version is 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 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 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 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.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 19:24.36 ---> saved as "159e5841a8d5ade4a883cf9e06d34e6af99ff240af1f7d1ac66867b4d65fb5c8"/src: (copy (src .) (dst /src))2026-04-03 19:24.36 ---> saved as "e7e0ff9b4ed2ef5d54c2011d6388126da0d801cbf775c7e9263319306405270c"/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 `RESOSNZ3'.[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_us is good.[OK] Duration 4 to_us is good.[OK] Duration 5 inverse of/to_us.[OK] Duration 6 of_ms is good.[OK] Duration 7 to_ms is good.[OK] Duration 8 inverse of/to_ms.[OK] Duration 9 of_ms is good.[OK] Duration 10 to_ms is good.[OK] Duration 11 inverse of/to_ms.[OK] Duration 12 of_sec is good.[OK] Duration 13 to_sec is good.[OK] Duration 14 inverse of/to_sec.[OK] Duration 15 of_sec is good.[OK] Duration 16 to_sec is good.[OK] Duration 17 inverse of/to_sec.[OK] Duration 18 of_min is good.[OK] Duration 19 to_min is good.[OK] Duration 20 inverse of/to_min.[OK] Duration 21 of_hour is good.[OK] Duration 22 to_hour is good.[OK] Duration 23 inverse of/to_hour.[OK] Duration 24 of_day is good.[OK] Duration 25 to_day is good.[OK] Duration 26 inverse of/to_day.[OK] Duration 27 of_year is good.[OK] Duration 28 to_year is good.[OK] Duration 29 inverse of/to_year.[OK] Duration 30 of_f is good.[OK] Duration 31 to_f is good.[OK] Duration 32 inverse of/to_f.[OK] Duration 33 of_string_exn.Full test results in `/src/_build/default/_build/_tests/Duration tests'.Test Successful in 0.002s. 34 tests run.2026-04-03 19:24.37 ---> saved as "87e82f0ca79cc27cbe72b49a0368a64e12620134a5ee4b118b0bed924195948a"Job succeeded2026-04-03 19:24.38: Job succeeded