2025-10-01 15:00.14: New job: test mirage/bloomf https://github.com/mirage/bloomf.git#refs/heads/master (084961d207cec4c3b041baa8a62bce12a3290a55) (openbsd-amd64:openbsd-77-amd64-4.14_opam-2.4)Base: openbsd-77-amd64-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/bloomf.git" -b "master" && cd "bloomf" && git reset --hard 084961d2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM openbsd-77-amd64-ocaml-4.14# openbsd-77-amd64-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN doas ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bloomf.opam bloomf-bench.opam /home/opam/src/./RUN opam pin add -yn bloomf.dev '/home/opam/src/./' && \opam pin add -yn bloomf-bench.dev '/home/opam/src/./'RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.0.0 cppo.1.8.0 dune.3.20.2 fmt.0.11.0 notty.0.2.3 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 re.1.14.0 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 bloomf.dev bloomf-bench.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-10-01 15:00.14: Using cache hint "mirage/bloomf-openbsd-77-amd64-ocaml-4.14-openbsd-77-amd64-4.14_opam-2.4-77c91e1cbf880d210cd4421ad1787302"2025-10-01 15:00.14: Using OBuilder spec:((from openbsd-77-amd64-ocaml-4.14)(comment openbsd-77-amd64-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "doas 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"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bloomf.opam bloomf-bench.opam) (dst /home/opam/src/./))(run (network host)(shell "opam pin add -yn bloomf.dev '/home/opam/src/./' && \\nopam pin add -yn bloomf-bench.dev '/home/opam/src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.0.0 cppo.1.8.0 dune.3.20.2 fmt.0.11.0 notty.0.2.3 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 re.1.14.0 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 bloomf.dev bloomf-bench.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-10-01 15:00.14: Waiting for resource in pool OCluster2025-10-01 20:11.38: Waiting for worker…2025-10-02 01:43.01: Got resource from pool OClusterBuilding on oreganoAll commits already cachedHEAD is now at 084961d Merge pull request #9 from bobot/add_copy_function(from openbsd-77-amd64-ocaml-4.14)2025-10-02 01:43.01 ---> using "00579f8dea230f94ca5972e50ed0dc70167d1c0e96cfe76e645642677774f17f" from cache/: (comment openbsd-77-amd64-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "doas ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-02 01:43.01 ---> using "8054e5d0929fce63b2e622c1fc2caefa9b5f6e503f9fc7599e0bc40c0bb8a3e7" 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] no changes from file:///home/opam/opam-repository2025-10-02 01:43.01 ---> using "8a35e9584a9ed6dcc739329957f608077d9c3bd6b56dee5b8d5c3bdd8dab57f7" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))OpenBSD 7.7The OCaml toplevel, version 4.14.22.4.12025-10-02 01:43.01 ---> using "b0cd4eee5840b9ccd2075fddbf7c93660c8c159436f71f3bf2f9c12998bdaf67" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf6368c68f9..241aae26db master -> origin/master241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> 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 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-10-02 01:43.01 ---> using "e9963cd6c9aa27f568178d25d95b774fad2eb677103cf2cfab04df9786796737" from cache/: (copy (src bloomf.opam bloomf-bench.opam) (dst /home/opam/src/./))2025-10-02 01:43.58 ---> saved as "c8850cd51323f0de67ac8f18c9c1e974795be05c100c5f89505442f9667d6e64"/: (run (network host)(shell "opam pin add -yn bloomf.dev '/home/opam/src/./' && \\nopam pin add -yn bloomf-bench.dev '/home/opam/src/./'"))[bloomf.dev] synchronised (file:///home/opam/src)bloomf is now pinned to file:///home/opam/src (version dev)[NOTE] Package bloomf-bench does not exist in opam repositories registered in the current switch.[bloomf-bench.dev] synchronised (file:///home/opam/src)bloomf-bench is now pinned to file:///home/opam/src (version dev)2025-10-02 01:44.53 ---> saved as "0686b9ee4b6034e1bfbcfaf273f48c2cbb240d101dfdad22a883a52883c3f048"/: (run (network host)(shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'"))2025-10-02 01:45.52 ---> saved as "d74e405856151931747b3da30ea2fb33f028c982790d6f0dbec31d7e85af67f2"/: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bechamel.0.5.0 bechamel-notty.0.5.0 bitv.2.1 cmdliner.2.0.0 cppo.1.8.0 dune.3.20.2 fmt.0.11.0 notty.0.2.3 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 re.1.14.0 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 bloomf.dev bloomf-bench.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bloomf-bench.dev] synchronised (file:///home/opam/src)[bloomf.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 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).2025-10-02 01:46.55 ---> saved as "102496fff479e0b343da978f27b04e7546f7ae0008632a5762fad7c0e88c98f8"/: (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 17 packages- install alcotest 1.9.1- install astring 0.8.5- install bechamel 0.5.0- install bechamel-notty 0.5.0- install bitv 2.1- install cmdliner 2.0.0- install cppo 1.8.0- install dune 3.20.2- install fmt 0.11.0- install notty 0.2.3- 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.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bechamel.0.5.0, bechamel-notty.0.5.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bitv.2.1 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved notty.0.2.3 (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.0 (cached)-> retrieved dune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed dune.3.20.2-> installed ocamlbuild.0.16.1-> installed bitv.2.1-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed ocamlfind.1.9.8-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed topkg.1.1.0-> installed astring.0.8.5-> installed fmt.0.11.0-> installed uutf.1.0.4[ERROR] The compilation of bechamel.0.5.0 failed at "dune build -p bechamel -j 1".-> installed alcotest.1.9.1-> installed notty.0.2.3#=== ERROR while compiling bechamel.0.5.0 =====================================## context 2.4.1 | openbsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository# path ~/.opam/4.14.2/.opam-switch/build/bechamel.0.5.0# command ~/.opam/4.14.2/bin/dune build -p bechamel -j 1# exit-code 1# env-file ~/.opam/log/bechamel-31116-be85aa.env# output-file ~/.opam/log/bechamel-31116-be85aa.out### output #### File "lib/monotonic_clock/dune", lines 1-12, characters 0-325:# 1 | (rule# 2 | (targets monotonic_clock.ml monotonic_clock_stubs.c monotonic_clock.sexp)# 3 | (deps# ....# 10 | clock_mach_stubs.c)# 11 | (action# 12 | (run %{ocaml} %{select} --system %{ocaml-config:system} -o monotonic_clock)))# (cd _build/default/lib/monotonic_clock && /home/opam/.opam/4.14.2/bin/ocaml select/select.ml --system openbsd -o monotonic_clock)# Exception: Invalid_argument "Unsupported system: openbsd".<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>+- The following actions failed| - build bechamel 0.5.0+-+- The following changes have been performed (the rest was aborted)| - install alcotest 1.9.1| - install astring 0.8.5| - install bitv 2.1| - install cmdliner 2.0.0| - install cppo 1.8.0| - install dune 3.20.2| - install fmt 0.11.0| - install notty 0.2.3| - 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.0| - install uutf 1.0.4+-# To update the current shell environment, run: eval $(opam env)The former state can be restored with:/usr/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20251002014725.export""opam install $DEPS" failed with exit status 312025-10-02 01:54.38: Job failed: Failed: Build failed