2025-05-22 19:57.35: New job: test backtracking/bitv https://github.com/backtracking/bitv.git#refs/pull/34/head (101f79647108ba83a0a1d6b1717b3e51d6e1946e) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)Base: openbsd-76-amd64-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/backtracking/bitv.git" && cd "bitv" && git fetch origin "refs/pull/34/head" && git reset --hard 101f7964cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-76-amd64-ocaml-5.3# openbsd-76-amd64-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bitv.opam /home/opam/src/./RUN opam pin add -yn bitv.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bitv.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /home/opam/srcRUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-05-22 19:57.35: Using cache hint "backtracking/bitv-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-2efa62987e33ec95030c43afd50285a2"2025-05-22 19:57.35: Using OBuilder spec:((from openbsd-76-amd64-ocaml-5.3)(comment openbsd-76-amd64-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bitv.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn bitv.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1")(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.3 --depext-only -y bitv.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /home/opam/src))(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-05-22 19:57.35: Waiting for resource in pool OCluster2025-05-22 19:57.35: Waiting for worker…2025-05-22 22:19.10: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 101f796 Fix max_length overflow on 32 bits integer platform.(from openbsd-76-amd64-ocaml-5.3)2025-05-22 22:19.10 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache/: (comment openbsd-76-amd64-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-05-22 22:19.11 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repository2025-05-22 22:19.11 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.6The OCaml toplevel, version 5.3.02.3.02025-05-22 22:19.11 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf93eb7cb02..2df846cb67 master -> origin/master2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from 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, 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-05-22 22:19.11 ---> using "ff0eab83f1959031b44238fffe060103d923a013b0bb6aef9c96bd05e760391e" from cache/: (copy (src bitv.opam) (dst /home/opam/src/./))2025-05-22 22:19.11 ---> using "498aa792f72d706e770079d7b9a43349a6a67e38c3ce605bd49c7664378c9862" from cache/: (run (network host)(shell "opam pin add -yn bitv.dev '/home/opam/src/./'"))[bitv.dev] synchronised (file:///home/opam/src)bitv is now pinned to file:///home/opam/src (version dev)2025-05-22 22:19.14 ---> saved as "2c3642fe488605c3226aa4b30a4d6bc1dfd6b5fd0b0f5e6941e45fc0c14ea8ef"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-05-22 22:20.11 ---> saved as "fbda285f6526ae9f24f104ca458eb0dd1e6991ecb76cb23326ad57cc7e9798ec"/: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1")/: (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.3 --depext-only -y bitv.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bitv.dev] synchronised (file:///home/opam/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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).2025-05-22 22:21.20 ---> saved as "74b9fbab9352f0ab444041b290c0e0175a36376cc9c7314247dbfce89945c7b0"/: (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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 1 package- install dune 3.19.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.19.0 (cached)-> installed dune.3.19.0Done.# To update the current shell environment, run: eval $(opam env)2025-05-22 22:27.56 ---> saved as "b6fe5e5e9c98a8a9dde45fe4514a7ce93d36b5f2f8f409c2bdb60593e40e4f5f"/: (copy (src .) (dst /home/opam/src))2025-05-22 22:28.53 ---> saved as "b214688621fe5404c7c5d2ab499af17db865fdf9271e97bfee8f531596218af5"/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-05-22 22:29.49 ---> saved as "44b40f05a82804ab1021d8536e0a6d853a37cb92f7948016b83585bb3576f150"Job succeeded2025-05-22 22:29.50: Job succeeded